Y
Hacker News
new
|
ask
|
show
|
jobs
by
iccananea
868 days ago
Drizzle does exactly what I described in the article: it re-implements SQL in the target language (in this case TypeScript).
1 comments
random_kris
862 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
Well other orms do that as well ofc. But I feel this is a low level as it can get