Crates.io | simple_pg_client |
lib.rs | simple_pg_client |
version | |
source | src |
created_at | 2024-01-08 18:27:51.147899 |
updated_at | 2024-10-15 22:39:50.751085 |
description | A native, asynchronous PostgreSQL client |
homepage | |
repository | |
max_upload_size | |
id | 1092849 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A work in progress, fork of tokio-postgres, to deeply intergrate with a pool and SQL Query builder.
Primary Goals:
impl Deref<Conn>
.