Crate edgedb_client

Source

Modules§

errors
Errors that can be returned by a client
model
EdgeDB Types Used for Data Modelling

Structs§

Builder
A builder used to create connections.
Client
A database connection client.
Config
Configuration of the client
Error
Error type returned from any EdgeDB call.
ExecuteResult
Result returned from an execute() call.

Traits§

Executor
The main trait that allows query execution.
QueryArg
A single argument for a query.
QueryArgs
A tuple of query arguments.
QueryResult
A trait representing single result from a query.

Functions§

connect
Create a connection to the database with default parameters.

Derive Macros§

Queryable
Derive macro that allows structs and enums to be populated by database queries.