Crate edgedb_client
Source - errors
- Errors that can be returned by a client
- model
- EdgeDB Types Used for Data Modelling
- 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.
- 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.
- connect
- Create a connection to the database with default parameters.
- Queryable
- Derive macro that allows structs and enums to be populated by database
queries.