MCPcopy
hub / github.com/sequelize/sequelize-auto / Options

Interface Options

sample/config.d.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2export type Dialect = 'mysql' | 'postgres' | 'sqlite' | 'mariadb' | 'mssql';
3
4export interface Options {
5 dialect: Dialect;
6 storage?: any;
7}
8
9export interface AutoOptions extends Options {
10 directory: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected