pgsql-lited ~master (2022-06-09T02:07:51.2277949)
Dub
Repo
Connection.connect
pgsql
connection
Connection
Undocumented in source. Be warned that the author may not have intended to support it.
void
connect
(string connectionString)
struct
Connection
(SocketType, ConnectionOptions Options = ConnectionOptions.Default)
void
connect
(
string
connectionString
)
void
connect
(ConnectionSettings settings)
void
connect
(const(char)[] host, ushort port, const(char)[] user, const(char)[] pwd, const(char)[] db)
Meta
Source
See Implementation
pgsql
connection
Connection
aliases
OnDisconnectCallback
functions
begin
commit
connect
disconnect
execute
get
notices
reuse
rollback
schema
set
settings
properties
affected
connected
inTransaction
insertID
onDisconnect