SQLite DB
Friday, August 19, 2005, 04:02 PM - Sql Lite
OK, so here is the coolest thing I have found in a LONG time...

SQLite is a fully contained, SQL92 compliant (mostly) database engine contained in a 242K (yes, K) dll. That's it. Plus, there are C# ADO.NET providers available. Plus, it's compiled for X86, Linux, Pocket PC, you name it....

I have a complete C# Sql Client, plus the relational database, plus the DB Engine, all in under 280K!!!

So, enough of my chatter.

The DB Engine is here: http://www.sqlite.org

The ADO.Net provider is here: http://sourceforge.net/projects/adodotnetsqlite/

And a nice list of commands is here: http://sqlzoo.net/howto/source/z.dir/

[ add comment ]   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 290 )