MCPcopy
hub / github.com/sequelize/sequelize-auto / mysql.ts

File mysql.ts

src/dialects/mysql.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import _ from "lodash";
2import { addTicks, DialectOptions, FKRow, makeCondition } from "./dialect-options";
3
4export const mysqlOptions: DialectOptions = {

Callers

nothing calls this directly

Calls 2

addTicksFunction · 0.90
makeConditionFunction · 0.90

Tested by

no test coverage detected