File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ $ npm install pg
1919
2020### Features
2121
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 `
3030
3131### Extras
3232
You can’t perform that action at this time.
0 commit comments