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 50a92b7 commit 83c1c9cCopy full SHA for 83c1c9c
README.markdown
@@ -1,11 +1,10 @@
1
# PostgreSQL for Javascript
2
3
This library is a implementation of the PostgreSQL backend/frontend protocol in javascript.
4
-It uses the node.js tcp and event libraries. A javascript md5 library is included for servers that require md5 password hashing.
+It uses the node.js tcp and event libraries. A javascript md5 library is included for servers that require md5 password hashing (this is default).
5
6
## Example use
7
8
- node.mixin(include('md5.js'));
9
var Postgres = require('postgres.js');
10
11
function onLoad() {
0 commit comments