Crate edgedb_client
source · [−]Modules
Structs
A builder used to create connections.
A database connection client.
Configuration of the client
Error type returned from any EdgeDB call.
Result returned from an execute()
call.
Traits
The main trait that allows query execution.
A single argument for a query.
A tuple of query arguments.
A trait representing single result from a query.
Functions
Create a connection to the database with default parameters.
Derive Macros
Derive macro that allows structs and enums to be populated by database queries.