From 32c49343d2edd4009d8716874a3e058a446a351b Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 25 Oct 2010 00:52:46 -0500 Subject: [PATCH] updated readme (again) --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac0303ae8..1107e1a2b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ So...__boom__. I set out to write my own. I'm not working on anything else in my spare time other than this. It's a labor of love. I'd love for you to love it as well. Contribute. Fork, patch, and send me a pull request. All I ask is everything you add you have complete -and possible obsessive test coverage to back up. +and possibly obsessive test coverage to back up. ## ALPHA version @@ -36,13 +36,14 @@ only refactoring after tests are in place. ### Connection -The connection object is a 1 to 1 mapping to the [messaging -protocol](http://developer.postgresql.org/pgdocs/postgres/protocol.html). -It is mostly used by the Client object (which...I haven't yet +The connection object is a 1 to 1 mapping to the [postgres +client/server messaging protocol](http://developer.postgresql.org/pgdocs/postgres/protocol.html). +The __Connection_ object is mostly used by the Client object (which...I haven't yet finished implementing) but you can do anything you want with PostgreSQL using the connection object if you're really into that. I studied the protocol for a while implementing this and the documentation is pretty -solid. +solid. If you're already familiar you should be right at home. Have +fun looking up the [oids for the datatypes in your bound queries](http://github.com/brianc/node-postgres/blob/master/script/list-db-types.js) There are a few minor variations from the protocol: