node-pg-migrate
Version:
PostgreSQL database migration management tool for node.js
10 lines (7 loc) • 307 B
TypeScript
import { N as Name } from '../generalTypes-BlKhVJMl.js';
interface SchemalizeOptions {
readonly shouldDecamelize: boolean;
readonly shouldQuote: boolean;
}
declare function createSchemalize(options: SchemalizeOptions): (value: Name) => string;
export { type SchemalizeOptions, createSchemalize };