Registry / database / cdbc
library0.1.23rscratesunverified

Rust Coroutine Database Driver Connectivity for async database access.

# Cargo.toml [dependencies] cdbc = "0.1.23"
INSTALL
IMPORT
SIG · CDBC
C
cdbc
databaserustv0.1.23
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.

Connection
use cdbc::Connection;

Open a database connection using CDBC.

use cdbc::Connection; async fn example() { let conn = Connection::open("sqlite://test.db").await.unwrap(); println!("Connected to database"); }
Debug
Known issues
gotchaRequires an async runtime (e.g., Tokio) and coroutine support.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=0.1.0
Upgrade
Version history
0.1.23latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
36
Resources
cdbc — cargo add cdbc · libregistry