http://www.fezzer.com/project/192/sqlite-wrapper/
This is a lightweight wrapper around GHI SQLite classes. The library consists of 3 classes: SQLiteConnection, SQLiteCommand and SQLiteDataReader. The classes follow same structure as Microsoft’s SqlConnection, SqlCommand and SqlDataReader.
I will be extending it and making it more “fool proof” (no offense). Feel free to add any suggestions.
Cheers,
Valentin