Registry / database / postgres-shared

postgres-shared

JSON →
library0.4.2rscratesunverified

Internal crate providing shared types and utilities for postgres and postgres-tokio.

# Cargo.toml [dependencies] postgres-shared = "0.4.2"
INSTALL
IMPORT
SIG · POSTGRES-SHARED
P
postgres-shared
databaserustv0.4.2
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.

Type
use postgres_shared::types::Type;

Use shared PostgreSQL types.

use postgres_shared::types::Type; fn main() { let t = Type::Text; println!("{:?}", t); }
Debug
Known issues
gotchaThis is an internal crate; direct use is discouraged.
fix
Use the `postgres` or `postgres-tokio` crate instead.
affects: >=0.4.0
Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
postgres-shared — cargo add postgres-shared · libregistry