Skip to main content

Module sqlite

Module sqlite 

Source
Available on crate feature sqlite only.
Expand description

SQLite database access.

Structs§

Connection
An open connection to a SQLite database.
QueryResult
The result of a Connection::execute operation.
RowResult
A single row from a SQLite 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