Skip to main content

Connection

Type Alias Connection 

Source
pub type Connection = Pool<Any>;
Expand description

A type alias for the database connection pool.

When the turso feature is not enabled, this is a sqlx::Pool<sqlx::Any>.

Aliased Typeยง

pub struct Connection(/* private fields */);