A .NET wrapper to the SQLite database

SQLite.NET Namespace

Classes

ClassDescription
SQLiteClient A .NET wrapper around the SQLite library
SQLiteException Exception class to support SQLiteClient class
SQLiteResultSet ResultSet class to complement the SQLiteClient class and represent a single result set from a select query.

Enumerations

EnumerationDescription
SQLiteClient.ResultCode Represents possible error codes that may be given to the SQLiteException class as the errorcode.