Hacker News new | ask | show | jobs
by random_kris 865 days ago
https://orm.drizzle.team/ Basically this ?
1 comments

Drizzle does exactly what I described in the article: it re-implements SQL in the target language (in this case TypeScript).
But you have raw SQL operator and all drizzle operations does is to build you the SQL query.

Well other orms do that as well ofc. But I feel this is a low level as it can get