System.Data.SQLite

Posted by csharp-source.net on C# Source See other posts from C# Source or by csharp-source.net
Published on Wed, 30 Jan 2008 02:35:15 GMT Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 474

Filed under:
System.Data.SQLite is an enhanced version of the original SQLite database engine. It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll). It has no linker dependency on the .NET runtime so it can be distributed independently of .NET, yet embedded in the binary is a complete ADO.NET 2.0 provider for full managed development.

© C# Source or respective owner