Module libsql_client::client
source · Expand description
Client
is the main structure to interact with the database.
Structs
- Configuration for the database client
Enums
- A generic client 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 client:
Functions
- Establishes a database client based on environment variables
- Establishes a database client based on
Config
struct