Issue with migrating from knex
I've recently learned about Kysely and how it is very compatible with TS compared to Knex.
I'm also very new to coding in general and have been following the structure I was taught at school earlier this year but I'm struggling right now to migrate the file that initializes data and shuts it down.
If anyone would be so kind to help me figure out how to move this from Knex to Kysely!
2 Replies
Hey 👋
Have you tried passing this to an LLM?
Yes I did
The code just made the connection, ran migrations and if in development ran seeds, I would like to get to a point where my Kysely code does the same as the Knex code did