Expand description
Client to the EdgeDB
This is a major way to contact the database. Database credentials always come preconfigured to connect to the specific database that this WebAssembly file was run from.
Re-exports§
pub use edgedb_errors as errors;
Structs§
- Client
- EdgeDB Client
- Command
Data Description - Encoder
- Error
- Error type returned from any EdgeDB call.
- Protocol
Version
Enums§
Traits§
- Error
Kind - Trait that marks EdgeDB errors.
- Query
Args - A tuple of query arguments.
- Query
Result - A trait representing single result from a query.
Functions§
- create_
client - Create a connection to the database that this WebAssembly app is attached to