diff --git a/Client.md b/Client.md index 8f2d4aa..888fe7f 100644 --- a/Client.md +++ b/Client.md @@ -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