sequelize
Version:
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
7 lines (6 loc) • 312 B
TypeScript
export declare const noRawAttributes: () => void;
export declare const noTrueLogging: () => void;
export declare const noStringOperators: () => void;
export declare const noBoolOperatorAliases: () => void;
export declare const noDoubleNestedGroup: () => void;
export declare const unsupportedEngine: () => void;