vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
MongoConnection.this
index
vibe
db
mongo
connection
MongoConnection
Simplified constructor overload, with no m_settings
this
(string server, ushort port)
class
MongoConnection
@
safe
this
(
string
server
,
ushort
port
=
defaultPort
)
this
(MongoClientSettings cfg)
Meta
Source
See Implementation
index
vibe
db
mongo
connection
MongoConnection
constructors
this
functions
connect
delete_
disconnect
getLastError
insert
killCursors
listDatabases
query
runCommand
runCommandUnchecked
startFind
update
properties
connected
description
templates
getMore
variables
defaultPort
Simplified constructor overload, with no m_settings