8 ms·
https://orm.drizzle.team/ https://orm.drizzle.team/ Basically this ?
by random_kris 3y ago
https://orm.drizzle.team/ https://orm.drizzle.team/
Basically this ?
- iccananea 3y agoDrizzle 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