From 0af4c4ed27518fd45235d6a31fe5124886301ea6 Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 1 Nov 2010 14:39:35 -0700 Subject: [PATCH] Updated Client (markdown) --- Client.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Client.md b/Client.md index 888fe7f..237d782 100644 --- a/Client.md +++ b/Client.md @@ -1,5 +1,10 @@ Your main interface point with the PostgreSQL server, the __Client__ is basically a facade on top of the [[Connection]] to provide a _much_ more user friendly, "node style" interface for doing all the lovely things you like with PostgreSQL. +- [[connect|Client#method-connect]] +- [[end|Client#method-end]] +- [[query (simple)|Client#method-query-simple]] +- [[query (prepared statement)|Client#method-query-prepared]] + ## Constructor ### new Client(_object_ config) : _Client_