Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
ReplicationOptions
Interface ReplicationOptions
Interface for replication Options in the sequelize constructor
interface
ReplicationOptions
{
read
:
(
string
|
ConnectionOptions
)
[]
;
write
:
string
|
ConnectionOptions
;
}
Index
Properties
read
write
Properties
read
read
:
(
string
|
ConnectionOptions
)
[]
write
write
:
string
|
ConnectionOptions
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
read
write
Documentation
Loading...
Generated using
TypeDoc
Interface for replication Options in the sequelize constructor