From 21c31f69e623fbd56f89fcdca8fdcba5cbc0b165 Mon Sep 17 00:00:00 2001 From: Brian C Date: Tue, 15 Jan 2013 17:29:04 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d4ba64e..43c16b94 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,10 @@ Usually I'll pop the code into the repo as a test. Hopefully the test fails. T ## Extras -node-postgres is by design _low level_ with the bare minimum of abstraction. You might be interested in a higher-level interface: https://github.com/grncdr/node-any-db +node-postgres is by design _low level_ with the bare minimum of abstraction. These might help out: + +- https://github.com/grncdr/node-any-db +- https://github.com/brianc/node-sql ## License