pub type Connection = Pool<Any>;
A type alias for the database connection pool.
When the turso feature is not enabled, this is a sqlx::Pool<sqlx::Any>.
turso
sqlx::Pool<sqlx::Any>
pub struct Connection(/* private fields */);