ysm
Explore posts from serversDTDrizzle Team
•Created by ysm on 5/23/2023 in #help
Any plan to support ClickHouse db?
Any plan to support ClickHouse db?
https://clickhouse.com/
1 replies
DTDrizzle Team
•Created by ysm on 4/25/2023 in #help
MySQL, PG proxy driver
@Andrii Sherman
Hi, Andrew!
I noticed that the April milestone for drizzle-orm includes MySQL and PG proxy drivers. I was just wondering if these features are still expected to be released within this month.
Thank you 🙏
4 replies
DTDrizzle Team
•Created by ysm on 4/21/2023 in #help
drizzle-zod update schema?
is there any plan for
createUpdateSchema
from drizzle-zod
?3 replies
DTDrizzle Team
•Created by ysm on 4/6/2023 in #help
[bug] Some sql statement looks broken when bulk insert
4 replies
DTDrizzle Team
•Created by ysm on 3/23/2023 in #help
Is there `.returning()` in insert statement in MySQL like SQLite?
There is
.returning()
insert statement in SQLite but MySQL not.
how do I .returning()
in insert statement in MySQL?2 replies
DTDrizzle Team
•Created by ysm on 3/19/2023 in #help
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.
12 replies