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
Our organization wants to migrate from typeorm to drizzle, but since this is an existing codebase, so one PR huge change might not work. I am thinking about an incremental migration path, where you maintain both typeorm entity and drizzle schema for the same table, use typeorm for migration, and convert query to drizzle incrementally. Does anyone have success (or failure) with it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our organization wants to migrate from typeorm to drizzle, but since this is an existing codebase, so one PR huge change might not work. I am thinking about an incremental migration path, where you maintain both typeorm entity and drizzle schema for the same table, use typeorm for migration, and convert query to drizzle incrementally. Does anyone have success (or failure) with it?
Beta Was this translation helpful? Give feedback.
All reactions