|
| 1 | +<div align="center"> |
| 2 | + |
1 | 3 | # deno-postgres
|
2 | 4 |
|
| 5 | +<img src="./docs/deno-postgres.png" width="164" style="padding-bottom:20px;" /> |
| 6 | +</div> |
| 7 | + |
| 8 | +<div align="center"> |
| 9 | + |
3 | 10 | 
|
4 |
| -[](https://discord.gg/sCNaAvQeEa) |
| 11 | +[](https://discord.com/invite/HEdTCvZUSf) |
5 | 12 | [](https://jsr.io/@db/postgres)
|
6 | 13 | [](https://jsr.io/@db/postgres)
|
7 | 14 | [](https://deno-postgres.com)
|
8 | 15 | [](https://jsr.io/@db/postgres/doc)
|
9 | 16 | [](LICENSE)
|
10 | 17 |
|
11 |
| -A lightweight PostgreSQL driver for Deno focused on developer experience. |
12 |
| - |
| 18 | +A lightweight PostgreSQL driver for Deno focused on developer experience.\ |
13 | 19 | `deno-postgres` is inspired by the excellent work of
|
14 | 20 | [node-postgres](https://github.com/brianc/node-postgres) and
|
15 | 21 | [pq](https://github.com/lib/pq).
|
16 | 22 |
|
| 23 | +</div> |
| 24 | + |
17 | 25 | ## Documentation
|
18 | 26 |
|
19 | 27 | The documentation is available on the
|
20 |
| -[`deno-postgres` website](https://deno-postgres.com/). |
| 28 | +[`deno-postgres`](https://deno-postgres.com/) website. |
21 | 29 |
|
22 |
| -Join the [Discord](https://discord.gg/sCNaAvQeEa) as well! It's a good place to |
23 |
| -discuss bugs and features before opening issues. |
| 30 | +Join the [Discord](https://discord.com/invite/HEdTCvZUSf) as well! It's a good |
| 31 | +place to discuss bugs and features before opening issues. |
24 | 32 |
|
25 | 33 | ## Examples
|
26 | 34 |
|
@@ -70,24 +78,26 @@ alongside the driver.
|
70 | 78 |
|
71 | 79 | This situation will stabilize as `deno-postgres` approach version 1.0.
|
72 | 80 |
|
73 |
| -| Deno version | Min driver version | Max version | Note | |
74 |
| -| ------------- | ------------------ | ------------------- | ------------------------------------------------------------------------------ | |
75 |
| -| 1.8.x | 0.5.0 | 0.10.0 | | |
76 |
| -| 1.9.0 | 0.11.0 | 0.11.1 | | |
77 |
| -| 1.9.1 and up | 0.11.2 | 0.11.3 | | |
78 |
| -| 1.11.0 and up | 0.12.0 | 0.12.0 | | |
79 |
| -| 1.14.0 and up | 0.13.0 | 0.13.0 | | |
80 |
| -| 1.16.0 | 0.14.0 | 0.14.3 | | |
81 |
| -| 1.17.0 | 0.15.0 | 0.17.1 | | |
82 |
| -| 1.40.0 | 0.17.2 | currently supported | 0.17.2 [on JSR](https://jsr.io/@bartlomieju/postgres) | |
83 |
| -| 2.0.0 and up | 0.19.4 | currently supported | All versions available as [`@db/postgres` on JSR](https://jsr.io/@db/postgres) | |
| 81 | +| Deno version | Min driver version | Max version | Note | |
| 82 | +| ------------- | ------------------ | ----------- | -------------------------------------------------------------------------- | |
| 83 | +| 1.8.x | 0.5.0 | 0.10.0 | | |
| 84 | +| 1.9.0 | 0.11.0 | 0.11.1 | | |
| 85 | +| 1.9.1 and up | 0.11.2 | 0.11.3 | | |
| 86 | +| 1.11.0 and up | 0.12.0 | 0.12.0 | | |
| 87 | +| 1.14.0 and up | 0.13.0 | 0.13.0 | | |
| 88 | +| 1.16.0 | 0.14.0 | 0.14.3 | | |
| 89 | +| 1.17.0 | 0.15.0 | 0.17.1 | | |
| 90 | +| 1.40.0 | 0.17.2 | 0.19.3 | 0.19.3 and down are available in [deno.land](https://deno.land/x/postgres) | |
| 91 | +| 2.0.0 and up | 0.19.4 | - | Available on JSR! [`@db/postgres`](https://jsr.io/@db/postgres) | |
84 | 92 |
|
85 | 93 | ## Breaking changes
|
86 | 94 |
|
87 | 95 | Although `deno-postgres` is reasonably stable and robust, it is a WIP, and we're
|
88 | 96 | still exploring the design. Expect some breaking changes as we reach version 1.0
|
89 |
| -and enhance the feature set. Please check the Releases for more info on breaking |
90 |
| -changes. Please reach out if there are any undocumented breaking changes. |
| 97 | +and enhance the feature set. Please check the |
| 98 | +[Releases](https://github.com/denodrivers/postgres/releases) for more info on |
| 99 | +breaking changes. Please reach out if there are any undocumented breaking |
| 100 | +changes. |
91 | 101 |
|
92 | 102 | ## Found issues?
|
93 | 103 |
|
|
0 commit comments