bombillazo
bombillazo
Explore posts from servers
DTDrizzle Team
Created by bombillazo on 8/8/2023 in #help
Can Drizzle call RPC functions in the Database?
I could not find anything in the docs on the topic.
1 replies
DTDrizzle Team
Created by bombillazo on 8/8/2023 in #help
How to integrate Drizzle into Supabase project
Hey there, we're using Supabase for our project an unfortunately, it doesnt support transactional logic using their DB client. We are looking for an ORM that is easy to integrate to the existing Supabase-managed schema so we can run transactions using TS from our edge functions. How easy is it to setup Drizzle with an existing schema? Im managing migrations myself so Im more interested in getting all the good TS intellisense and typing directly in our Deno functions without having to now manage 2 DB libraries. Are there guides on how to do this?
4 replies
DTDrizzle Team
Created by bombillazo on 5/21/2023 in #help
Introspection error with pg
Hello, I am trying to introspect my already created DB but when I run the cli command I get:
> drizzle-kit introspect:pg

drizzle-kit: v0.18.0
drizzle-orm: v0.26.0

Missing required params
> drizzle-kit introspect:pg

drizzle-kit: v0.18.0
drizzle-orm: v0.26.0

Missing required params
I have a drizzle.config.ts at root with the connection string configure.
2 replies