Announcing a new TypeScript ORM

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • orchid-orm

    Orchid ORM

    Could you please create issues for those, so I can better understand the use cases?

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • kysely

    Discontinued A type-safe typescript SQL query builder [Moved to: https://github.com/kysely-org/kysely] (by koskimas)

    prisma (mentioned in the article), zapatos, pgtyped and kysely are the most popular currently I think.

  • zapatos

    Zero-abstraction Postgres for TypeScript: a non-ORM database library

    Requiring the user to define model classes for the "ORM" is a massive pain in large codebases and requiring the user to maintain these is just too much boilerplate. Seems extremely bloated compared to the simplicity of how the shortcuts are implemented in Zapatos or similar libraries where 90% of the code is compiled away for production.

  • MikroORM

    TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.

    I recommend looking at https://mikro-orm.io/

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

  • We migrated to SQL. Our biggest learning? Don't use Prisma

    11 projects | news.ycombinator.com | 9 Oct 2023
  • Preferred SQL ORM

    6 projects | /r/node | 16 Oct 2021
  • Stuck On Node database management. Should I use a different ORM? Should I use raw SQL?

    9 projects | /r/node | 3 Jul 2021
  • Show HN: TypeSafe SQL-Like ORM and Query Builders for TypeScript/JS

    1 project | news.ycombinator.com | 2 Dec 2024
  • Introducing Neon Authorize: Simplifying Row-Level Security For Postgres

    11 projects | dev.to | 30 Oct 2024

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?