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