Wraps the results of SQLiteConnection.GetSchema() as classes
The c# assembly returns the metadata of a sqlite database as returned by the ADO.NET adapter, System.Data.SQLite as classes.
The only requirement is the System.Data.SQLite.dll available from http://system.data.sqlite.org.
Its simple and easy to use. Code examples are provided with the download.