9 Best Articles in 2022
seldo.com
ORM is an anti-pattern
seldo.com
7 min read · From 2011 · posted 11 August 2011I tweeted about ORM last week, and since then several people have asked me to clarify what I meant. I have actually previously written about ORM, but it was in the context of a…
Reader View · Shared by 19, including Stefan Weber, Paulo Gaspar, Jonas Bandi
LogRocket
Why you should avoid ORMs (with examples in Node.js)
LogRocket
10 min read · From 2018 · In this post, we’ll consider several reasons why you should avoid using ORM (Object Relational Mapping) in your project.
Reader View · Shared by 30, including Balda, ITNEXT, Simone Corsi 💻🚀, Christophe Jean, Matthew Turland
Vue.js Developers Newsletter
Quick Intro to Vuex ORM
Vue.js Developers Newsletter
3 min read · From 2019 · If you're looking to make a scalable Vue or Nuxt app, you might consider using Vuex ORM. I've recently used it in a project, and in this article, I'll share with you how it works and why I think…
Reader View · Shared by 15, including Linus Basig, Evan (he/him)
github.com
balderdashy/waterline: An adapter-based ORM for Node.js with support for mysql, mongo, postgres, redis, and more
github.com
From 2016 · waterline - An adapter-based ORM for Node.js with support for mysql, mongo, postgres, redis, and more
Shared by 10, including Balda, Clemens
seldo.com
ORM is an anti-pattern
seldo.com
7 min read · From 2011 · posted 11 August 2011I tweeted about ORM last week, and since then several people have asked me to clarify what I meant. I have actually previously written about ORM, but it was in the context of a…
Reader View · Shared by 14, including Ferit (at 🏠) 🌙, yawniek
ocramius.github.io
Doctrine ORM Hydration Performance Optimization
ocramius.github.io
From 2015 · Hydration is the most expensive operation performed by Doctrine ORM: how do we prevent it from killing our applications?
Shared by 11, including Matthew Turland, Nico Müller 🇺🇦
github.com
craigmichaelmartin/pure-orm
github.com
2021-04-22 · A Node.js SQL toolkit for writing native SQL queries yielding pure business objects - craigmichaelmartin/pure-orm
Shared by 11, including Simone Corsi 💻🚀, Balda
docs.sequelizejs.com
Sequelize | The Node.js / io.js ORM for PostgreSQL, MySQL, SQLite and MSSQL
docs.sequelizejs.com
~15 min read · From 2016 · Sequelize is an ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, SQLite and MSSQL.
Reader View · Shared by 11, including William El Kaim, Stephen C Sanders
github.com
sequelize/sequelize
github.com
From 2016 · sequelize - Sequelize is an easy-to-use multi sql dialect ORM for Node.js & io.js. It currently supports MySQL, MariaDB, SQLite, PostgreSQL and MSSQL.
Shared by 11, including Brian, Simone Corsi 💻🚀, José Rodrigues
Trending
InfoQ
Hibernate ORM 6.0 Delivers Improved Performance
InfoQ
3 min read · Apr 25th · Red Hat has released version 6.0 of their flagship product, Hibernate ORM, the popular object-relational mapping persistence utility. Significant new features include a migration to the Jakarta…
Reader View · Shared by 6, including Massimiliano Aroffo
MongoDB
Ep. 109 Prisma and MongoDB
MongoDB
20+ min read · Apr 27th · Prisma is an open-source ORM for Node.js and TypeScript that helps developers build faster and make fewer errors. On this episode, host Mike Lynn sits down with Nikolas Burk and Matt Miller of the…
Reader View · Shared by 6
More like this
youtube.com
Zero to GraphQL in 30 Minutes
youtube.com
From 2016 · Spend this 30 minutes learning how to adapt your existing ORM, SOA, or REST API to GraphQL so that you can begin to use GraphQL-based technologies like Relay...
Shared by 18, including Norman Wehrle, Joe Lencioni
wozniak.ca
What ORMs have taught me: just learn SQL
wozniak.ca
6 min read · From 2014 · I've come to the conclusion that, for me, ORMs are more detriment than benefit. In short, they can be used to nicely augment working with SQL in a program, but they should not replace it.
Some...
Reader View · Shared by 43, including Jeff Atwood, Marco Unternaehrer, Brian, shishir das, Stefan Weber, Jonas Bandi, Mark Needham, César Suárez
woz.posthaven.com
What ORMs have taught me: just learn SQL
woz.posthaven.com
6 min read · From 2017 · I've come to the conclusion that, for me, ORMs are more detriment than benefit. In short, they can be used to nicely augment working with SQL in a program, but they should not replace it. Some...
Reader View · Shared by 39, including Thomas Power, Christophe Jean, Clemens, Rezha Julio
prisma.io
Top 11 Node.js ORMs, Query Builders & Database Libraries in 2020
prisma.io
~19 min read · 2020-09-24 · Choosing an ORM or query builder for your Node.js app can be daunting. This article evaluates the most popular Node.js query builders, ORMs, and other database libraries.
Reader View · Shared by 12, including Balda, Simone Corsi 💻🚀
github.com
collectiveidea/audited
github.com
From 2016 · Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
Shared by 10, including Claudio Perez Gamayo, Brian
SitePoint
9 Best JavaScript and TypeScript ORMs for 2021
SitePoint
2021-03-28 · An ORM library simplifies the job of writing database queries. Learn about nine JS and TypeScript ORMs and how they could help you with your next project.
Reader View · Shared by 10, including Balda
diesel.rs
Diesel
diesel.rs
2 min read · From 2016 · Simple QueriesSimple queries are a complete breeze. Loading all users from a database:Rust codeusers::table.load(&connection)Executed SQLSELECT * FROM users;Loading all the posts for a user:Rust…
Reader View · Shared by 16, including Brian, Linus Basig, David Garner
prisma.io
Prisma - Database tools for modern application development
prisma.io
1 min read · From 2018 · Prisma replaces traditional ORMs and can be used to build GraphQL servers, REST APIs, microservices & more.
Reader View · Shared by 108, including dunschtig, Matt, Ricardo Yasuda, Jon Thompson, Nico Müller 🇺🇦, Cameron Yick, Balda, Thomas Telandro, René Clausen Nielsen, Navjeet Chabbewal, Max Stoiber, William El Kaim, Linus Basig, David Garner, Francis DB, Ahrbil, Thomas Kaul
wozniak.ca
What ORMs have taught me: just learn SQL
wozniak.ca
1 min read · From 2019 · Perhaps the most subversive issue I’ve had with ORMs is “attribute creep” or “wide tables”, that is, tables that just keep accruing attributes. As much as I’d like to avoid it, sometimes it becomes…
Reader View · Shared by 78, including Massimiliano Aroffo, Fabrizio Bianchi, René Stalder, Matthias Lampe