Registry / database / edgedb-protocol

edgedb-protocol

JSON →
library0.7.0rscratesunverified

Low-level protocol implementation for EdgeDB database client; renamed to gel-protocol.

# Cargo.toml [dependencies] edgedb-protocol = "0.7.0"
INSTALL
IMPORT
SIG · EDGEDB-PROTOCOL
E
edgedb-protocol
databaserustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use edgedb_protocol::client::Client;

Connects to an EdgeDB instance (requires async runtime).

use edgedb_protocol::client::Client; #[tokio::main] async fn main() { let client = Client::new("edgedb://localhost").await.unwrap(); println!("Connected"); }
Debug
Known issues
breakingThis crate is deprecated and renamed to gel-protocol.
fix
Use gel-protocol instead.
affects: >=0.7.0
gotchaRequires an async runtime like Tokio.
fix
Add tokio as a dependency and use #[tokio::main].
affects: *
Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
edgedb-protocol — cargo add edgedb-protocol · libregistry