What do you think about ORMs?

This page summarizes the projects mentioned and recommended in the original post on /r/node

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • slonik

    A Node.js PostgreSQL client with runtime and build time type safety, and composable SQL.

  • If you're looking for alternatives to an ORM and you are using postgres, you should look at Slonik. It provides a way to make plain SQL queries but type safe and with common security issues handled. It mightn't be the right fit for your project but it's worth a look

  • joist-orm

    a TypeScript ORM for Postgres

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • prisma-examples

    🚀 Ready-to-run Prisma example projects

  • I'd love to hear what you think of Prisma if you ever get a chance to try it out! The best ways for exploring it are by following the Quickstart or running an example (e.g. for REST, GraphQL, gRPC, ...).

  • Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  • Feel free to ping me directly on our Slack or raise questions on GitHub, I'd love to help where I can!

  • studio

    🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.

  • Prisma also comes with Prisma Studio, a modern editor for your database to read and write data.

  • Bookshelf

    A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js

  • FYI Currently I use Knex with Bookshelf. Bookshelf is an ORM written by Knex author before TypeORM, Objection... existed. It's not maintained anymore but it works fine and is much better than Sequelize when I've tried.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Which ORM would you pick, Prisma or Typeorm

    3 projects | /r/node | 16 Apr 2023
  • Show HN: Write universally accessible SQL, not library-specific ORM wrapper APIs

    7 projects | news.ycombinator.com | 10 Aug 2021
  • ORM vs SQL

    5 projects | /r/node | 21 May 2021
  • pg-mem, an in memory postgres DB instance for your unit tests, is now bound to multiple libraries (Knex, Typeorm, Slonik, pg, pg-promise) ... suggestions for the next one ?

    6 projects | /r/javascript | 5 Jan 2021
  • A Software Engineer's Tips and Tricks #1: Drizzle

    3 projects | dev.to | 29 Apr 2024