adrtivv
DTDrizzle Team
•Created by adrtivv on 11/6/2024 in #help
column is of type date but expression is of type text
Both update operations have the same functionality, but in the second case I get
column \"date_of_birth\" is of type date but expression is of type text
error.6 replies
DTDrizzle Team
•Created by adrtivv on 11/4/2024 in #help
How to resolve mutiple queries in a single request to postgres database?
I would need to use
Promise.all
at multiple places so it can compound a lot. I'm not relying on postgres exceptions so in my code I have to do constraint checks, there's also authorization checks and business logic checks etc., and all that in a single operation. So, for example in a bulk update operation this could result in too many promises.6 replies
DTDrizzle Team
•Created by Acro on 3/21/2024 in #help
When to use what? drizzle-kit push:* Vs. having a file with drizzle migrate client?
any difference between
drizzle kit migrate
command and migrate()
function if both are executed against the same migration files?6 replies
DTDrizzle Team
•Created by adrtivv on 11/27/2023 in #help
drizzle studio blank screen
found an issue regarding this https://github.com/drizzle-team/drizzle-kit-mirror/issues/250
11 replies
DTDrizzle Team
•Created by adrtivv on 11/27/2023 in #help
drizzle studio blank screen
I'm using a local database btw, booted up in a podman container and yeah it does work with the drizzle client so I don't think the config has any issue.
11 replies