Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
pg
Dynamic module pg
Index
Interfaces
ClientConfig
ConnectionConfig
Defaults
QueryConfig
QueryResult
ResultBuilder
Classes
Client
Events
Query
Functions
connect
end
Functions
connect
(
connection
:
string
, callback
:
(err: Error, client: "pg".Client, done: () => void) => void
)
Parameters
connection:
string
callback:
(err: Error, client: "pg".Client, done: () => void) => void
connect
(
config
:
ClientConfig
, callback
:
(err: Error, client: "pg".Client, done: () => void) => void
)
Parameters
config:
ClientConfig
callback:
(err: Error, client: "pg".Client, done: () => void) => void
end
(
)
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
pg
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
ClientConfig
ConnectionConfig
Defaults
QueryConfig
QueryResult
ResultBuilder
Client
Events
Query
connect
end