Module libsql_client::connection
source · Expand description
Connection
is the main structure to interact with the database.
Enums
- A generic connection struct, wrapping possible backends. It’s a convenience struct which allows implementing connect() with backends being passed as env parameters.
Traits
- Trait describing capabilities of a database connection:
Functions
- Establishes a database connection based on environment variables