Maintenance of popular ORMs (explanation inside)

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Prisma

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

  • It's definitely true that the list of desired features our community has is pretty long and we need to somehow prioritize them (which unfortunately will usually leave some people feel left out). In this particular case, this feature would definitely be very convenient but I wouldn't consider it a major blocker for anyone using Prisma, especially since there are numerous workarounds for it. That being said, we're about to release a new feature in next week's release called Prisma Client extensions which will enable exactly that. I'd love to hear your feedback for this and whether you think that resolves your issue :)

  • prisma-engines

    🚂 Engine components of Prisma ORM

  • If you're serious about your review then you shouldn't ignore the fact that Prisma has a big blob of Rust code at its core, where other ORMs use standard database adapters from NPM. As someone who has maintained database adapters for other languages, let me tell you that the maintenance burden of that is quite significant. Especially if they ever want to support more advanced database features. If the company behind Prisma ever runs out of money, the project is probably toast.

  • 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.

    InfluxDB logo
  • prisma-client-go

    Prisma Client Go is an auto-generated and fully type-safe database client

  • I mistakenly write 'Python' while I actually meant 'Go', see prisma-go-client here. The idea is the same of course

  • quaint

    Discontinued SQL Query AST and Visitor for Rust

  • Just a quick note about this point: We do use the standard Rust drivers for the DBs we support (e.g. tokio-postgres or the official MongoDB driver for Rust) and don't write/maintain our own drivers, you can see this from our Cargo.toml.

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

  • Ask HN: Is SQLAlchemy the industry standard Python ORM in 2023?

    2 projects | news.ycombinator.com | 11 Jun 2023
  • Postgres over WebSocket

    4 projects | news.ycombinator.com | 8 Dec 2022
  • Flyweight: An ORM for SQLite

    9 projects | news.ycombinator.com | 29 Sep 2022
  • Show HN: WunderBase – Serverless OSS Database on Top of SQLite, Firecracker

    6 projects | news.ycombinator.com | 15 Sep 2022
  • SQLite3 in vite config issue

    3 projects | /r/sveltejs | 8 Dec 2021