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].