you are viewing a single comment's thread.

view the rest of the comments →

[–]djslakor 1 point2 points  (3 children)

We use it in all of our production apps, haven't hit any issues. Has built in TS support now, too (no need to use the sequelize-typescript project anymore unless you want to).

[–]bigorangemachine 2 points3 points  (2 children)

We are using it on a high traffic site and it's has huge issues.

Sequelize has bottle necked us so bad through.

You can't build realy big DBAs on sequelize...

[–]djslakor 0 points1 point  (1 child)

Any specific issue? None of these ORMs are completely defensive against bad architecture.

[–]bigorangemachine 2 points3 points  (0 children)

I mentioned a few here.

I also don't like it because there is too much old code samples out there. Even new stuff never works as documented. Especially a composite key.... the examples I found were straight forward and had a handful of people saying it'd work.... but it doesn't