[Gambas-user] Embedded Database

Nelson Ferraz nferraz at ...184...
Wed Jul 9 02:05:43 CEST 2003


> So there's definitely a lot more merit to SQLite than I gave it credit for, 
> though again I suspect it may be faster/easier to just jam embedded MySQL 
> support in there since there's already normal MySQL support.  I'd be happy 
> working with either one, I think.

Another cool feature is that SQLite is typeless:

http://www.hwaci.com/sw/sqlite/datatypes.html

Here's a simple C program that demonstrates how to use the C/C++
interface to SQLite:

http://www.hwaci.com/sw/sqlite/quickstart.html

[]s

Nelson





More information about the User mailing list