Y
Hacker News
new
|
ask
|
show
|
jobs
by
random_kris
865 days ago
https://orm.drizzle.team/
Basically this ?
1 comments
iccananea
864 days ago
Drizzle does exactly what I described in the article: it re-implements SQL in the target language (in this case TypeScript).
link
random_kris
859 days ago
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
link