"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Dialect = void0;
/**
* A Dialect is the glue between the codegen and the specified database.
*/classDialect {
}
exports.Dialect = Dialect;
//# sourceMappingURL=dialect.js.map