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.