kysely-org / kysely-ctl

Command-line tool for Kysely
MIT License
46 stars 1 forks source link

Support `Kysely<Database>` @ `seed make`. #40

Open igalklebanov opened 2 weeks ago

igalklebanov commented 2 weeks ago

Hey 👋

Currently kysely seed make uses a template with Kysely<any>. Seed files, unlike migrations, should evolve over time with the latest schema. They should be type-checked and maintained.

Need to find a way of supporting a type-safe template.