rphlmr ⚡
DTDrizzle Team
•Created by rphlmr ⚡ on 6/8/2023 in #help
[Postgres] prepared with inArray & placeholder
Hello there,
I can't see why It ends with an error :/
Any idea?
It only fails with array kind placeholder 😢
Looks like
()
are missing?12 replies
DTDrizzle Team
•Created by rphlmr ⚡ on 4/5/2023 in #help
Check
Hello there, from this discussion: https://discord.com/channels/1043890932593987624/1090486363251544124/1093092996200796200
Is it the way to add
check
constraint?
It produces nothing in the generated migration 🧐
drizzle-kit: v0.17.4
drizzle-orm: v0.23.510 replies
DTDrizzle Team
•Created by rphlmr ⚡ on 4/1/2023 in #help
Custom SQL function (json_agg & json_build_object)
Hello there.
I'm new to Drizzle and I love it 😍.
I have successfully made a
jsonAgg
helper.
Now I have trouble to make a jsonAggBuildObject
😅 that should produce something like this:
I try something but it end with an error error: could not determine data type of parameter $1
Any idea ?31 replies