Preparing search index...
The search index is not available
@zakodium/adonis-mongodb
@zakodium/adonis-mongodb
database
ConnectionNode
Interface ConnectionNode
interface
ConnectionNode
{
config
:
MongodbConnectionConfig
;
connection
:
ConnectionContract
;
name
:
string
;
state
:
"registered"
|
"open"
|
"closing"
|
"closed"
;
}
Index
Properties
config
connection
name
state
Properties
config
config
:
MongodbConnectionConfig
connection
connection
:
ConnectionContract
name
name
:
string
state
state
:
"registered"
|
"open"
|
"closing"
|
"closed"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
config
connection
name
state
@zakodium/adonis-mongodb
database
migration
odm