Skip to main content

DbConn

Type Alias DbConn 

Source
pub type DbConn = SqlitePool;
Expand description

A SQLite connection pool. This is the primary database handle passed throughout the atrg application via AppState.

Aliased Typeยง

pub struct DbConn(/* private fields */);