Skip to content

Commit 1ab5e8a

Browse files
committed
update readme with note about v0.5.x compatibility
1 parent e9f0b1a commit 1ab5e8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Non-blocking PostgreSQL client for node.js. Pure JavaScript and native libpq bi
55
## Installation
66

77
npm install pg
8+
9+
### notice
10+
node-postgres compiles native bindings when you install. The native bindings do not _currently_ compile with node v0.5.x. I'm working on support for v0.5.x. In the mean time if you get a compilation failure during installation you have still successfully installed the module; however, you cannot use the native bindings -- only the pure javascript bindings.
811

912
## Examples
1013

0 commit comments

Comments
 (0)