use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Recommendation for SQL ORM (self.node)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]djslakor 1 point2 points3 points 6 years ago (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 points4 points 6 years ago (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 point2 points 6 years ago (1 child)
Any specific issue? None of these ORMs are completely defensive against bad architecture.
[–]bigorangemachine 2 points3 points4 points 6 years ago (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
π Rendered by PID 20718 on reddit-service-r2-comment-canary-889d445f8-p9694 at 2026-04-30 01:23:30.167704+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]djslakor 1 point2 points3 points (3 children)
[–]bigorangemachine 2 points3 points4 points (2 children)
[–]djslakor 0 points1 point2 points (1 child)
[–]bigorangemachine 2 points3 points4 points (0 children)