mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
The ref module adds a compile step even when using the pure-JavaScript client. This makes the installation optional so if the install fails due to not having a compiler around you can still use the JavaScript client. closes #398