Get the latest tech news
Taking the Drizzle Challenge
I recently rewrote Rado from scratch. Why? In 2022 I started work on Rado, a Typescript query builder.
Drizzle has a separate ORM style interface to query the database with methods such as findMany in which you can include other rows to be retrieved based on a relationship. Instead a simpler syntax is included to fetch related rows in an ORM fashion without making you define the relationship ahead of time. are not interested its ORM features want saner Typescript types want to support multiple databases at runtime want a lightweight alternative want simple migrations that run in the browser
Or read this on Hacker News