Skip to main content

init_pool

Function init_pool 

Source
pub async fn init_pool(cfg: &Config) -> Result<SqlitePool>
Expand description

Open the SQLite pool with WAL + sane concurrency settings, creating the file if needed.