You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="badge-npmversion"><ahref="https://npmjs.org/package/pg"title="View this project on NPM"><imgsrc="https://img.shields.io/npm/v/pg.svg"alt="NPM version" /></a></span>
5
-
<spanclass="badge-npmdownloads"><ahref="https://npmjs.org/package/pg"title="View this project on NPM"><imgsrc="https://img.shields.io/npm/dm/pg.svg"alt="NPM downloads" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/gaussdb" title="View this project on NPM"><img src="https://img.shields.io/npm/v/gaussdb.svg" alt="NPM version" /></a></span>
6
+
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/gaussdb" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/gaussdb.svg" alt="NPM downloads" /></a></span> -->
6
7
7
-
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
8
+
Non-blocking GaussDB client for Node.js. Pure JavaScript and optional native libpq bindings.
8
9
9
10
## Monorepo
10
11
11
-
This repo is a monorepo which contains the core [pg](https://github.com/brianc/node-postgres/tree/master/packages/pg) module as well as a handful of related modules.
12
+
This repo is a monorepo which contains the core [gaussdb](https://github.com/HuaweiCloudDeveloper/gaussdb-node/tree/master/packages/gaussdb) module as well as a handful of related modules.
Each package in this repo should have its own readme more focused on how to develop/contribute. For overall documentation on the project and the related modules managed by this repo please see:
30
+
Each package in this repo should have its own readme more focused on how to develop/contribute.
31
+
<!-- TODO: 构建文档后恢复 -->
32
+
<!-- For overall documentation on the project and the related modules managed by this repo please see: -->
The source repo for the documentation is available for contribution [here](https://github.com/brianc/node-postgres/tree/master/docs).
36
+
The source repo for the documentation is available for contribution [here](https://github.com/HuaweiCloudDeveloper/gaussdb-node/tree/master/docs).
34
37
35
38
### Features
36
39
37
40
- Pure JavaScript client and native libpq bindings share _the same API_
38
41
- Connection pooling
39
-
- Extensible JS ↔ PostgreSQL data-type coercion
40
-
- Supported PostgreSQL features
42
+
- Extensible JS ↔ GaussDB data-type coercion
43
+
- Supported GaussDB features
41
44
- Parameterized queries
42
45
- Named statements with query plan caching
43
-
- Async notifications with `LISTEN/NOTIFY`
44
46
- Bulk import & export with `COPY TO/COPY FROM`
45
47
46
48
### Extras
47
49
48
-
node-postgres is by design pretty light on abstractions. These are some handy modules we've been using over the years to complete the picture.
49
-
The entire list can be found on our [wiki](https://github.com/brianc/node-postgres/wiki/Extras).
50
+
gaussdb-node is by design pretty light on abstractions. These are some handy modules we've been using over the years to complete the picture.
51
+
<!-- TODO: 构建后恢复 -->
52
+
<!-- The entire list can be found on our [wiki](https://github.com/HuaweiCloudDeveloper/gaussdb-node/wiki/Extras). -->
50
53
51
54
## Support
52
55
53
-
node-postgres is free software. If you encounter a bug with the library please open an issue on the [GitHub repo](https://github.com/brianc/node-postgres). If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear & I will do my best to make it better!
56
+
gaussdb-node is free software. If you encounter a bug with the library please open an issue on the [GitHub repo](https://github.com/HuaweiCloudDeveloper/gaussdb-node). If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear & I will do my best to make it better!
54
57
55
58
When you open an issue please provide:
56
59
57
60
- version of Node
58
-
- version of Postgres
61
+
- version of GaussDB
59
62
- smallest possible snippet of code to reproduce the problem
60
63
61
-
You can also follow me [@briancarlson](https://twitter.com/briancarlson) if that's your thing. I try to always announce noteworthy changes & developments with node-postgres on Twitter.
62
-
63
-
## Sponsorship :two_hearts:
64
-
65
-
node-postgres's continued development has been made possible in part by generous financial support from [the community](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md).
66
-
67
-
If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable [please consider supporting](https://github.com/sponsors/brianc) its development.
68
-
69
-
### Featured sponsor
70
-
71
-
Special thanks to [medplum](https://medplum.com) for their generous and thoughtful support of node-postgres!
0 commit comments