Module sqlite

Module sqlite 

Source
Expand description

SQLite storage for Spin 2 and earlier. Applications that do not require this backward compatibility should use the sqlite3 module instead.

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