Docs.rs
minco-sqlx-postgres-0.1.1
minco-sqlx-postgres 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
24 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
xicv
Dependencies
serde ^1.0
normal
sqlx ^0.9.0
normal
thiserror ^2.0
normal
tracing ^0.1
normal
Versions
6.25%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate minco_sqlx_postgres
minco_
sqlx_
postgres
0.1.1
All Items
Crate Items
Structs
Enums
Functions
Type Aliases
Crate
minco_
sqlx_
postgres
Copy item path
Source
Expand description
Bounded
SQLx
PostgreSQL
pools for local servers and serverless runtimes.
Structs
§
Postgres
Pool
Config
Enums
§
Postgres
Error
Functions
§
connect
connect_
lazy
migrate
ready
Type Aliases
§
PgPool
An alias for
Pool
, specialized for Postgres.