Skip to main content

open_pool

Function open_pool 

Source
async fn open_pool(path: &Path) -> Result<SqlitePool, Error>
Expand description

Opens a connection pool for the given SQLite database path.