Lloyd
Lloyd
DTDrizzle Team
Created by Lloyd on 5/2/2024 in #help
Postgres.js type error string/date
@NeonCop You might be interested in this, this is still what I'm having to do in places, hope it helps
3 replies
DTDrizzle Team
Created by xxxxx on 6/12/2024 in #help
drizzle-kit defineConfig no "pg" driver available.
I spent ages looking at this, you don't need to specify the driver in this case, if you just specify your
dbCredentials: {
host, user, password, etc. }
dbCredentials: {
host, user, password, etc. }
block it will connect using the postgres-js driver
3 replies
DTDrizzle Team
Created by henrik on 3/6/2024 in #help
`with` with insert
I've given it an upvote - thanks Yeah it's great - we use this pattern a lot, we also use .$with.select and then .with().insert(), which they do support already, just not the other way around. Looks like they'll get round to it though.
5 replies
DTDrizzle Team
Created by henrik on 3/6/2024 in #help
`with` with insert
Hey, did you find a solution to this @henrik? It looks like it's just not supported yet, which is a shame
5 replies