Registry / orm / canyon-connection

canyon-connection

JSON →
library0.5.1rscratesunverified

A Rust ORM and QueryBuilder.

# Cargo.toml [dependencies] canyon_connection = "0.5.1"
INSTALL
IMPORT
SIG · CANYON-CONNECTION
C
canyon-connection
ormrustv0.5.1
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 canyon_connection::Connection;

Establishes a database connection using Canyon ORM.

use canyon_connection::Connection; fn main() { let conn = Connection::connect("postgres://user:pass@localhost/db").unwrap(); println!("Connected to database"); }
Debug
Known issues
gotchaRequires a database driver feature flag (e.g., postgres) to be enabled.
fix
Add `features = ["postgres"]` to your Cargo.toml dependency.
affects: >=0.5.0
Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
34
Resources
canyon-connection — cargo add canyon-connection · libregistry