MySQL Standalone queryBuilder?
https://discord.com/channels/1043890932593987624/1052239146699210863/1085708651374837810
Where should I import MySQL Standalone queryBuilder?
pg looks like:
but mysql:
doesn't work.
6 Replies
Oof, forgot to re-export it in MySQL. Currently you can import from
drizzle-orm/mysql-core/query-builders
.
Will be fixed in the next releaseThanks!
btw, Querybuilder doesn't support insert and delete statement?
only support select?
Oh yeah. Missed that one. The query builder was initially built for views support, so I implemented select statements and forgot about the rest 😅
The rest will be implemented shortly
got it, Thanks again!
Hi @bloberenober
Is it possible to insert and delete in the latest version?
Not yet
Thanks