Hello everyone. After quite some time in development and use by myself, I have decided that this project would be of great use to a lot of other people as well, and I have decided to make it available on SourceForge.
SQLiteDotNet is a C# interface and wrapper to the excellent SQLite database C library. It is not an ADO.NET provider to SQLite, but that is currently in development. It is a simple to use and very fast interface to SQLite that offers a great deal of functionality and great performance. The download includes NUnit testing as well as 2 primary files: 1) The wrapper which provides direct access from C#/.NET code to the C SQLite library and 2) The Database class, which makes it very easy to use and provides DataTable integration. The wrapper can be used without the Database class, but the Database class requires the base wrapper.
The SQLite C library source code is also included and an optimized Visual Studio project file compiles it.
I am currrently working on an ADO.NET Data Provider as part of this package, but this will always be layered on top of the base package. My current work in this area is included in the download but far from complete or usable.