Interface for replication Options in the sequelize constructor

interface ReplicationOptions {
    read: (string | ConnectionOptions)[];
    write: string | ConnectionOptions;
}

Properties

Properties

read: (string | ConnectionOptions)[]
write: string | ConnectionOptions

Generated using TypeDoc