Skip to content

remix/data-table/mysql · Interface

View Source

MysqlDatabaseOptions

Summary

Options for creating a MySQL database.

Signature

interface MysqlDatabaseOptions {
  characterSet?: string
  collation?: string
  now?: () => unknown
}

Properties

characterSet

Character set assigned to the recreated database.

collation

Collation assigned to the recreated database.

now

Clock function used for auto-managed timestamps.