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.
pub async fn init_pool(cfg: &Config) -> Result<SqlitePool>Open the SQLite pool with WAL + sane concurrency settings, creating the file if needed.