SaaSHub helps you find the best software and product alternatives Learn more →
Drizzle-orm Alternatives
Similar projects and alternatives to drizzle-orm
-
supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
-
-
shadcn/ui
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
-
Hasura
Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
-
-
neon
Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
-
-
-
-
-
-
-
-
-
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.
-
drizzle-orm discussion
drizzle-orm reviews and mentions
-
How to Secure Your Next.js E-commerce Site with RBAC and Permit.io
Drizzle for our ORM
-
Getting Started with Hono JS and Drizzle ORM
Drizzle ORM - you can define and manage database schemas in TypeScript, access your data in a SQL-like or relational way, and take advantage of opt-in tools to push your developer experience through the roof.
- Show HN: Pages CMS 1.0.0 – open-source CMS for static sites (Next.js, Astro)
-
Litdb – type safe SQL for JavaScript/TS
Type-safe query builders sound great in theory, but it seems there are always edge cases that are not supported by the query builder.
For example, the issue asking for deferrable constraint support for Postgres has been open for about a year: https://github.com/drizzle-team/drizzle-orm/issues/1429
In any non-trivial application, you are increasingly likely to run into something that your database supports but your query-builder does not. What will you do then?
It's sad, but unfortunately the most reliable approach seems to be to write raw SQL in a DAO package/library, then using integration tests (DAO + database) to confirm behavior.
-
Exploring Aurora DSQL with TypeScript, Drizzle, Lambda, and AWS CDK
Our Lambda function is currently using raw SQL queries which are not the most fun to write and maintain. Let's replace them with Drizzle ORM, a popular TypeScript ORM.
-
Building Vhisper: Voice Notes App with AI Transcription and Post-Processing
Drizzle: Database ORM
-
Top 8 Most Popular Open-Source Next.js Boilerplates/Starter
ORM: Drizzle
-
How to use ORMs (Prisma / Drizzle / Knex.js) in a TypeScript backend built with Encore.ts
In this post, I’ll walk you through how to work with ORMs like Prisma, Drizzle and Knex.js when working with Encore.ts.
-
Introducing Neon Authorize: Simplifying Row-Level Security For Postgres
That’s why we’ve partnered with Drizzle ORM to offer a cleaner, more intuitive way of defining RLS rules. With Drizzle and Neon, developers can set up RLS policies in a declarative format right alongside their schema definitions. This means you can manage RLS in the same place as your schema and data models, making your codebase more organized and easier to maintain.
-
Show HN: Prisma Postgres. Runs on bare metal and unikernels
Drizzle [0] added an easter egg on their website in response to this announcement it seems.
[0]: https://orm.drizzle.team/
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jan 2025
Stats
drizzle-team/drizzle-orm is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of drizzle-orm is TypeScript.