MCPcopy Index your code
hub / github.com/sequelize/sequelize-auto / postgres.ts

File postgres.ts

src/dialects/postgres.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 postgresOptions: DialectOptions = {

Callers

nothing calls this directly

Calls 3

addTicksFunction · 0.90
makeConditionFunction · 0.90
isSequenceFunction · 0.85

Tested by

no test coverage detected