zino_orm

Type Alias DatabasePool

Source
pub type DatabasePool = SqlitePool;
Expand description

SQLite database pool.

Aliased Typeยง

struct DatabasePool(/* private fields */);