kysely-codegen
Version:
`kysely-codegen` generates Kysely type definitions from your database. That's it.
6 lines (5 loc) • 350 B
TypeScript
import type { RuntimeEnumsStyle } from '../generator/generator/runtime-enums-style';
export declare const DEFAULT_RUNTIME_ENUMS_STYLE: RuntimeEnumsStyle;
export declare const DEFAULT_URL = "env(DATABASE_URL)";
export declare const LOG_LEVEL_NAMES: readonly ["debug", "info", "warn", "error", "silent"];
export declare const VALID_DIALECTS: string[];