Library - SQLite wrapper

[title]SQLite wrapper[/title]
http://code.tinyclr.com/project/192/sqlite-wrapper/
[line]
This is a lightweight wrapper around GHI SQLite classes. The library consists of 3 classes: SQLiteConnection, SQLiteCommand and SQLiteDataReader. These classes follow the same structure as Microsoft’s SqlConnection, SqlCommand and SqlDataReader.

Edit: Update for forum entry.