Updated Client (markdown)

brianc 2010-11-01 14:36:55 -07:00
parent 47b8656ed2
commit 66327391fb

@ -1,4 +1,4 @@
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.
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.
## Constructor