kysely-codegen
Version:
`kysely-codegen` generates Kysely type definitions from your database. That's it.
11 lines • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GeneratorDialect = void 0;
const dialect_1 = require("../introspector/dialect");
/**
* A Dialect is the glue between the codegen and the specified database.
*/
class GeneratorDialect extends dialect_1.IntrospectorDialect {
}
exports.GeneratorDialect = GeneratorDialect;
//# sourceMappingURL=dialect.js.map