Skip to main content

Module executor

Module executor 

Source
Expand description

SQLite backend executor — implements DatabaseBackend for sqlx::SqlitePool.

Structs§

SqliteBackend
SQLite backend backed by sqlx::SqlitePool.

Functions§

map_sqlx_error
Map a sqlx::Error to our Error type for SQLite.