Header menu logo Migrondi

MigrondiConfig Type

Represents the configuration that will be used to run migrations

Record fields

Record Field Description

connection

Full Usage: connection

Field type: string

An ADO compatible connection string which will be used to connect to the database

Field type: string

driver

Full Usage: driver

Field type: MigrondiDriver

a string that represents the drivers that can be used mysql | postgres | mssql | sqlite

Field type: MigrondiDriver

migrations

Full Usage: migrations

Field type: string

A relative path like string to the directory where migration files are stored

Field type: string

tableName

Full Usage: tableName

Field type: string

The name of the table that will be used to store migration information

Field type: string

Static members

Static member Description

MigrondiConfig.Default

Full Usage: MigrondiConfig.Default

Returns: MigrondiConfig
Returns: MigrondiConfig

Type something to start searching.