sql-lint
An SQL linter (by joereynolds)
drizzle-orm
Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅 (by drizzle-team)
sql-lint | drizzle-orm | |
---|---|---|
3 | 55 | |
433 | 23,319 | |
- | 4.6% | |
7.6 | 9.7 | |
5 days ago | about 5 hours ago | |
TypeScript | TypeScript | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sql-lint
Posts with mentions or reviews of sql-lint.
We have used some of these posts to build our list of alternatives
and similar projects.
drizzle-orm
Posts with mentions or reviews of drizzle-orm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-19.
-
Building a community database with GitHub : A guide to Webhook and API integration with hono.js
We’ll cover setting up your local environment to handle webhook events and processing the payload in a TypeScript application. Our exmaple is built with the HONC stack. The stack consists Hono.js as the web framework, a PostgreSQL Serverless database (Neon), the ORM Drizzle, and the setup to run as a Cloudflare Worker.
-
drizzle-orm VS rado - a user suggested alternative
2 projects | 9 Aug 2024
-
rado VS drizzle-orm - a user suggested alternative
2 projects | 9 Aug 2024
-
HONC Out Loud: The Modern Guide to Building a Typescript JSON API
Drizzle is a headless Object Relational Mapper (ORM) that maps the data logic in the database with the application code. Drizzle offers both a relational and an SQL-like query API, providing an interface that closely resembles SQL, ensuring a good developer experience without the need to learn library-specific APIs. It has zero dependencies, is dialect-specific, performant, and serverless by design.
-
Building a Deck-Building Site with ExpressoTS
As you may have guessed, I'm using Drizzle to help define the table schema. As for the create method in the "BaseRepository" class, the code can be found below:
-
Announcing the public beta for dedicated clusters
We've put a special focus on making sure Drizzle, Prisma, SQLAlchemy and Django ORMs work well with our platform. Common administrative and data exploration tools like DataGrip, pgAdmin and TablePlus have been put through the wringer to resolve any compatibility hiccups seen over the past few months.
-
Trying out a new stack: my experience working with tRPC and Drizzle on my Next.JS project
Drizzle: a typescript ORM
-
A Software Engineer's Tips and Tricks #1: Drizzle
Enter Drizzle, a lightweight typesafe ORM for TypeScript that comes with one promise: If you know SQL — you know Drizzle.
-
Get started with Drizzle ORM and Xata's Postgres service
Drizzle ORM is a very popular TypeScript ORM that provides type safe access to your database, automated migrations, and a custom data model definition.
-
Shape Typing in Python
> being able to have a completely typesafe ORM such as Drizzle (https://orm.drizzle.team/) feels like a Rubicon moment, and touching anything else feels like a significant step backwards.
Alright, but there's nothing stopping you from having a completely typesafe ORM in python, is there?
Sure, there's isn't really one that everyone uses yet, but the python community tends to be a bit more cautious and slower to adopt big changes like that.