|
1 | 1 | # Rust-Postgres
|
2 |
| -[](https://circleci.com/gh/sfackler/rust-postgres) |
3 | 2 |
|
4 |
| -PostgreSQL support for Rust. |
| 3 | +PostgreSQL support for Rust. This version adds a new config option for |
| 4 | +pgbouncer, allowing prepared statement use on pgbouncer's transaction mode. If |
| 5 | +you don't need this, you're much better off with the [original |
| 6 | +crate](https://crates.io/crates/postgres). |
5 | 7 |
|
6 |
| -## postgres [](https://crates.io/crates/postgres) |
| 8 | +## postgres [](https://crates.io/crates/prisma-postgres) |
7 | 9 |
|
8 |
| -[Documentation](https://docs.rs/postgres) |
| 10 | +[Documentation](https://docs.rs/prisma-postgres) |
9 | 11 |
|
10 | 12 | A native, synchronous PostgreSQL client.
|
11 | 13 |
|
12 |
| -## tokio-postgres [](https://crates.io/crates/tokio-postgres) |
| 14 | +## tokio-postgres [](https://crates.io/crates/prisma-tokio-postgres) |
13 | 15 |
|
14 |
| -[Documentation](https://docs.rs/tokio-postgres) |
| 16 | +[Documentation](https://docs.rs/prisma-tokio-postgres) |
15 | 17 |
|
16 | 18 | A native, asynchronous PostgreSQL client.
|
17 | 19 |
|
18 |
| -## postgres-types [](https://crates.io/crates/postgres-types) |
| 20 | +## postgres-types [](https://crates.io/crates/prisma-postgres-types) |
19 | 21 |
|
20 |
| -[Documentation](https://docs.rs/postgres-types) |
| 22 | +[Documentation](https://docs.rs/prisma-postgres-types) |
21 | 23 |
|
22 | 24 | Conversions between Rust and Postgres types.
|
23 | 25 |
|
24 |
| -## postgres-native-tls [](https://crates.io/crates/postgres-native-tls) |
| 26 | +## postgres-native-tls [](https://crates.io/crates/prisma-postgres-native-tls) |
25 | 27 |
|
26 |
| -[Documentation](https://docs.rs/postgres-native-tls) |
| 28 | +[Documentation](https://docs.rs/prisma-postgres-native-tls) |
27 | 29 |
|
28 | 30 | TLS support for postgres and tokio-postgres via native-tls.
|
29 | 31 |
|
30 |
| -## postgres-openssl [](https://crates.io/crates/postgres-openssl) |
31 |
| - |
32 |
| -[Documentation](https://docs.rs/postgres-openssl) |
33 |
| - |
34 |
| -TLS support for postgres and tokio-postgres via openssl. |
35 |
| - |
36 | 32 | # Running test suite
|
37 | 33 |
|
38 | 34 | The test suite requires postgres to be running in the correct configuration. The easiest way to do this is with docker:
|
|
0 commit comments