TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Production ready postgres ORM for Node.js?

3 pointsby wsierociover 9 years ago
Hi,<p>do you know maybe if there is some production ready PostgreSQL ORM for node.js platform?<p>Best, Wiktor

2 comments

tylerFowlerover 9 years ago
I&#x27;m using Sequelize with a pretty good amount of success. It offers a really nice way to build models and has a nice syntax. And best of all is based on Bluebird promises :)<p>* disclaimer: the app I&#x27;m currently using Sequelize on doesn&#x27;t get a ton of traffic so I can&#x27;t speak on that
mjhea0over 9 years ago
<a href="http:&#x2F;&#x2F;www.camintejs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.camintejs.com&#x2F;</a>