Module sqlite

Source
Expand description

§SQLite conversions and tooling

Structs§

Connection
A connection to a SQLite database.

Enums§

Error
Enum listing possible errors from rusqlite.

Functions§

try_export_db
Try to export a database to a SQL connection

Type Aliases§

Result
A typedef of the result returned by many methods.