koshchei
koshchei
Explore posts from servers
DTDrizzle Team
Created by koshchei on 8/29/2023 in #help
Select EXISTS
How to query boolean value if row exists or not. In pure sql it will be like this:
SELECT EXISTS(SELECT 1 FROM your_table_name WHERE id = 1 AND version = 5)
SELECT EXISTS(SELECT 1 FROM your_table_name WHERE id = 1 AND version = 5)
6 replies
DTDrizzle Team
Created by koshchei on 8/29/2023 in #help
Buffer isn't defined
I use blob mode:json for my fields and run it on Cloudflare Workers. But I get that Buffers isn't defined. As I understand blob only compatible with Node.
1 replies
DTDrizzle Team
Created by koshchei on 8/28/2023 in #help
hashing password in Cloudflare Workers
Can someone help me find function to hash password and verify it that works in Cloudflare Workers
2 replies