You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In light of this recent issue Vincit/objection.js#2335, I've decide to migrate from objection (unfortunately) and use prisma. I think in the end it'll speed up development and improve TS types.
Things to change:
Remove models
Remove knex service
Create prisma schema
Create prisma service
How to integrate with fastify
Investigate how to integrate fishery with prisma
Create seeds
Create migrations
The text was updated successfully, but these errors were encountered:
In light of this recent issue Vincit/objection.js#2335, I've decide to migrate from
objection
(unfortunately) and useprisma
. I think in the end it'll speed up development and improve TS types.Things to change:
The text was updated successfully, but these errors were encountered: