6 ms·
Drizzle does exactly what I described in the article: it re-implements SQL in the target language (in this case TypeScript).
by iccananea 3y ago
Drizzle does exactly what I described in the article: it re-implements SQL in the target language (in this case TypeScript).
- random_kris 3y agoBut 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