UNPKG

kysely-codegen

Version:

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

10 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Dialect = void 0; /** * A Dialect is the glue between the codegen and the specified database. */ class Dialect { } exports.Dialect = Dialect; //# sourceMappingURL=dialect.js.map