DEV Community

Discussion on: Migrating ToolJet server from Ruby on Rails to Node.js

Collapse
 
geongeorge profile image
Geon George

Hey @navaneethpk Great article!
Any factors why you chose typeorm? I've used both typeorm and prisma in projects and I prefer prisma for its simplicity and awesome docs.
You don't have to create repositories and dtos for every single thing.

Checkout this article prisma.io/docs/concepts/more/compa...

Collapse
 
navaneethpk profile image
Navaneeth Pk

Prima looks good but we prefer the ActiveRecord pattern. github.com/prisma/prisma1/issues/3830