DEV Community

Discussion on: Angular Is the Winner!

Collapse
 
draer profile image
Michał Murawski

We used Typeorm with Mongo and please do not make the same mistake. Many things are not documented, and you can end up with writing a magic migration just to make some entity key unique, ex. Email :)

I would consider checking also other libraries before making a final choice.

Thread Thread
 
redhoodjt1988 profile image
Jonathan Reeves

The only issues I've ever had with TypeORM was trying to use it with MongoDB. There were some issues with the data not syncing correctly. So we had to use TypeGoose since we use TypeScript TypeGoose ended up working really well.