kysely-ctl
Version:
Command-line tool for Kysely
25 lines (22 loc) • 691 B
JavaScript
import {
FileSeedProvider,
Seeder,
TSFileMigrationProvider,
getKnexTimestampPrefix
} from "./chunk-HQU22GLO.js";
// src/config/define-config.mts
var defineConfig = (input) => input;
// src/config/dummy-dialect-config.mts
function DUMMY_DIALECT_CONFIG() {
throw new Error(
"`DUMMY_DIALECT_CONFIG` is a dummy dialect config that should be overriden by environment-specific configuration. You must run the command with the `-e <environment>` flag and make sure there is a configuration for `<environment>` in your `kysely.config` file."
);
}
export {
DUMMY_DIALECT_CONFIG,
FileSeedProvider,
Seeder,
TSFileMigrationProvider,
defineConfig,
getKnexTimestampPrefix
};