@sequelize/core
Version:
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, and IBM i. It features solid transaction support, relations, eager and lazy loading, read replication a
28 lines (27 loc) • 1.4 kB
TypeScript
export declare const noTrueLogging: () => void;
export declare const noDoubleNestedGroup: () => void;
export declare const unsupportedEngine: () => void;
export declare const useErrorCause: () => void;
export declare const scopeRenamedToWithScope: () => void;
export declare const schemaRenamedToWithSchema: () => void;
export declare const noSequelizeDataType: () => void;
export declare const noModelDropSchema: () => void;
export declare const movedSequelizeParam: () => void;
export declare const hooksReworked: () => void;
export declare const doNotUseRealDataType: () => void;
export declare const noSchemaParameter: () => void;
export declare const noSchemaDelimiterParameter: () => void;
export declare const columnToAttribute: () => void;
export declare const fieldToColumn: () => void;
export declare const noModelTableName: () => void;
export declare const noNewModel: () => void;
export declare const noOpCol: () => void;
export declare const noSqlJson: () => void;
export declare const alwaysQuoteIdentifiers: () => void;
export declare const showAllToListSchemas: () => void;
export declare const showAllToListTables: () => void;
export declare const noDataTypesUuid: () => void;
export declare const noSequelizeModel: () => void;
export declare const noSequelizeIsDefined: () => void;
export declare const noGetQueryInterface: () => void;
export declare const noGetDialect: () => void;