We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eccf5c commit 36663f5Copy full SHA for 36663f5
README.md
@@ -7,7 +7,14 @@ PostgreSQL client for node.js. Pure JavaScript and native libpq bindings.
7
## Installation
8
9
npm install pg
10
-
+
11
+### Windows
12
13
+ 1. Install Visual Studio C++ (successfully built with Express 2010). Express is free.
14
+ 2. Add your Postgre Installation's `bin` folder to the system path (i.e. `C:\Program Files\PostgreSQL\9.3\bin`).
15
+ 3. Make sure that both `libpq.dll` and `pg_config.exe` are in that folder.
16
+ 4. `npm install pg`
17
18
## Examples
19
20
### Client pooling
0 commit comments