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

Functions