GitHub / rust-postgres / rust-postgres
Native PostgreSQL driver for the Rust programming language
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-postgres%2Frust-postgres
PURL: pkg:github/rust-postgres/rust-postgres
Stars: 3,815
Forks: 519
Open issues: 139
License: apache-2.0
Language: Rust
Size: 5.09 MB
Dependencies parsed at: Pending
Created at: over 12 years ago
Updated at: 7 days ago
Pushed at: 13 days ago
Last synced at: 7 days ago
Commit Stats
Commits: 2437
Authors: 130
Mean commits per author: 18.75
Development Distribution Score: 0.142
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/rust-postgres/rust-postgres
Funding Links https://github.com/sponsors/sfackler
tokio-postgres v0.4.0-rc.2
tokio-postgres-v0.4.0-rc.2
Download
tokio-postgres v0.4.0-rc.1
tokio-postgres-v0.4.0-rc.1
Download
postgres-protocol v0.4.0
postgres-protocol-v0.4.0
Download
Download
Download
postgres-shared v0.4.2
postgres-shared-v0.4.2
Download
postgres v0.15.2
postgres-v0.15.2
- TCP connect timeouts are now supported via the
connect_timeoutparameter. For example, thepostgresql://postgres@my_db?connect_timeout=10will apply a 10 second timeout. - Fixed handling of DB errors when listening for notifications.
Cow<str>now implementsToSql.
Download
postgres-shared v0.4.1
postgres-shared-v0.4.1
Download
Download
tokio-postgres v0.3.0
tokio-postgres-v0.3.0
- The connection/transaction is unconditionally returned along with an error, which should greatly simplify error handling.
Download