Skip to content

Commit f9e5484

Browse files
committed
docs: document other incompatibilities
1 parent 4e44e96 commit f9e5484

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Known incompatibilities:
4949

5050
* `connection.processID` not implemented
5151
* `pool._pulseQueue` not implemented
52-
* callback (CPS) interface not implemented (use promises instead)
52+
* [callback (CPS) interface](https://github.com/brianc/node-postgres/tree/master/packages/pg-pool#drop-in-backwards-compatible) is not implemented (use promises instead)
53+
* [providing configuration using environment variables](https://github.com/brianc/node-postgres/tree/master/packages/pg-pool#environment-variables) is not implemented
54+
* [bring your own promise](https://github.com/brianc/node-postgres/tree/master/packages/pg-pool#bring-your-own-promise) is not implemented
5355

5456
Please submit PR if you require additional compatibility.
5557

0 commit comments

Comments
 (0)