[][src]Type Definition sqlx::SqlitePool

type SqlitePool = Pool<SqliteConnection>;
This is supported on feature="sqlite" only.

An alias for Pool, specialized for Sqlite.