Module sqlite3

Module sqlite3 

Source
Expand description

SQLite storage.

Structs§

Connection
An open connection to a SQLite database.
QueryResult
The result of a SQLite query issued with Connection::execute().
Row
A database row result.
RowResult
A database row 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