async fn open_pool(path: &Path) -> Result<SqlitePool, Error>
Opens a connection pool for the given SQLite database path.