9b443da418
Updates the requirements on [md5](https://github.com/stainless-steel/md5) to permit the latest version. - [Release notes](https://github.com/stainless-steel/md5/releases) - [Commits](https://github.com/stainless-steel/md5/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.circleci | ||
codegen | ||
docker | ||
postgres | ||
postgres-derive | ||
postgres-derive-test | ||
postgres-native-tls | ||
postgres-openssl | ||
postgres-protocol | ||
postgres-types | ||
test | ||
tokio-postgres | ||
.gitignore | ||
Cargo.toml | ||
docker-compose.yml | ||
LICENSE | ||
README.md | ||
THIRD_PARTY |
Rust-Postgres
PostgreSQL support for Rust.
postgres
A native, synchronous PostgreSQL client.
tokio-postgres
A native, asynchronous PostgreSQL client.
postgres-types
Conversions between Rust and Postgres types.
postgres-native-tls
TLS support for postgres and tokio-postgres via native-tls.
postgres-openssl
TLS support for postgres and tokio-postgres via openssl.