UNPKG

@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

7 lines (6 loc) 198 B
/** * Builds a JSON path expression from a path. * * @param path - The path to build the expression from. */ export declare function buildJsonPath(path: ReadonlyArray<number | string>): string;