| Class | Description |
|---|---|
| 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. |
| Enumeration | Description |
|---|---|
| SQLiteClient.ResultCode | Represents possible error codes that may be given to the SQLiteException class as the errorcode. |