Migrating from Prisma client to Kysely issue
I am evaluating various aspects of changing from Prisma client to Kysely but i seem to have hit a small snag
basic tutorial i followed was from nexxel https://www.nexxel.dev/blog/typesafe-database
in my prisma schema i have
in prisma i was able to do this
but in Kysely its forcing me to add id and updated at otherwise it overloads saying it needs id and updatedAt
I tried reading the kysely documentation but couldnt find it personally
basic tutorial i followed was from nexxel https://www.nexxel.dev/blog/typesafe-database
in my prisma schema i have
in prisma i was able to do this
but in Kysely its forcing me to add id and updated at otherwise it overloads saying it needs id and updatedAt
I tried reading the kysely documentation but couldnt find it personally
