Module libsql_client::client
source · Expand description
Client is the main structure to interact with the database.
Modules§
Structs§
- Configuration for the database client
- A synchronous flavor of Client. All its public methods are synchronous, to make it usable in environments that don’t support async/await.
Enums§
- A generic client struct, wrapping possible backends. It’s a convenience struct which allows implementing connect() with backends being passed as env parameters.