UNPKG

kysely-codegen

Version:

`kysely-codegen` generates Kysely type definitions from your database. That's it.

23 lines 601 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VALID_DIALECTS = exports.LOG_LEVEL_NAMES = exports.DEFAULT_URL = exports.DEFAULT_RUNTIME_ENUMS_STYLE = void 0; exports.DEFAULT_RUNTIME_ENUMS_STYLE = 'screaming-snake-case'; exports.DEFAULT_URL = 'env(DATABASE_URL)'; exports.LOG_LEVEL_NAMES = [ 'debug', 'info', 'warn', 'error', 'silent', ]; exports.VALID_DIALECTS = [ 'postgres', 'mysql', 'sqlite', 'mssql', 'libsql', 'bun-sqlite', 'kysely-bun-sqlite', 'worker-bun-sqlite', ]; //# sourceMappingURL=constants.js.map