[Gambas-user] Embedded Database
Nelson Ferraz
nferraz at ...184...
Tue Jul 8 23:52:20 CEST 2003
Hello!
I've created a "wish list" topic in the wiki, but Rob told me that the
mailing list would be a better place to discuss ideas.
So, here I am! :)
And here's my last suggestion:
---
``There is an small open source relational database called SQLite.
"SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process."
It would be interesting to add SQLite support to Gambas.''
Rob Kudla replied:
``We have talked about this on the mailing list too. SQLite is
interesting and so is Embedded MySQL which might be easier to get
working since Gambas already has a MySQL (and Postgres) component.
Please join the mailing list! ;)''
---
One of the advantages of SQLite is the small memory footprint: less than
25K lines of C code. (http://www.hwaci.com/sw/sqlite/)
[]s
Nelson
More information about the User
mailing list