Module sqlite

Source
Expand description

SQLite storage.

Structs§

Connection
A handle to an open sqlite instance
QueryResult
A result of a query
Row
A database row result
RowResult
A set of values for each of the columns in a query-result

Enums§

Error
The set of errors which may be raised by functions in this interface
Value
A single column’s result from a database query