Registry / database / eternaltwin-postgres-tools

eternaltwin-postgres-tools

JSON →
library0.16.4rscratesunverified

Helper functions for Postgres database operations in the Eternal Twin project.

# Cargo.toml [dependencies] eternaltwin_postgres_tools = "0.16.4"
INSTALL
IMPORT
SIG · ETERNALTWIN-POSTGR
E
eternaltwin-postgres-tools
databaserustv0.16.4
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.

Pool
use eternaltwin_postgres_tools::Pool;

Creates a Postgres connection pool using the crate's helper.

use eternaltwin_postgres_tools::Pool; let pool = Pool::new("postgres://user:pass@localhost/db").await.unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
eternaltwin-postgres-tools — cargo add eternaltwin-postgres-tools · libregistry