File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ $ npm install pg
19
19
20
20
### Features
21
21
22
- * pure JavaScript client and native libpq bindings share _ the same api_
23
- * connection pooling
24
- * extensible js<->postgresql data-type coercion
25
- * supported PostgreSQL features
26
- * parameterized queries
27
- * named statements with query plan caching
28
- * async notifications with ` LISTEN/NOTIFY `
29
- * bulk import & export with ` COPY TO/COPY FROM `
22
+ * Pure JavaScript client and native libpq bindings share _ the same api_
23
+ * Connection pooling
24
+ * Extensible js<->postgresql data-type coercion
25
+ * Supported PostgreSQL features
26
+ * Parameterized queries
27
+ * Named statements with query plan caching
28
+ * Async notifications with ` LISTEN/NOTIFY `
29
+ * Bulk import & export with ` COPY TO/COPY FROM `
30
30
31
31
### Extras
32
32
You can’t perform that action at this time.
0 commit comments