From f1f792e1200ea78aa9a7f3ce187f33c3c05448a3 Mon Sep 17 00:00:00 2001 From: rightfold Date: Wed, 6 Dec 2017 08:33:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3aa3741..10c95ca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ purescript-postgresql-client is a PostgreSQL client library for PureScript. +## NOTE: I WILL NO LONGER BE MAINTAINING THIS LIBRARY. DUE TO THE COUNTLESS PROBLEMS AND PITFALLS IN THE NODE.JS POSTGRESQL LIBRARY IT IS NO MORE FUN BUT JUST A MASSIVE PITA. IF ANYBODY WANTS TO VOLUNTEER, PLEASE LET ME KNOW, AND I WILL TRANSFER OWNERSHIP OF THE REPO. I THINK THE ONLY TWO REAL SOLUTIONS WOULD BE TO EITHER WRITE A NEW LIBPQ BINDING FOR NODE OR TO WRITE A PSC BACKEND FOR A DECENT PLATFORM (NOT NODE.JS). + To use this library, you need to add `pg` as an npm dependency. You can also find this npm library on [https://github.com/brianc/node-postgres][pg].