UNPKG

@narasaka/drizzle-kit

Version:

Drizzle Kit is a CLI migrator tool for Drizzle ORM. It is probably the one and only tool that lets you completely automatically generate SQL migrations and covers ~95% of the common cases like deletions and renames by prompting user input. <https://github

8 lines (7 loc) 94 B
// src/index.ts function defineConfig(config) { return config; } export { defineConfig };