mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Updated Client (markdown)
parent
66327391fb
commit
0af4c4ed27
@ -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_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user