Darth_Fuzzy
Darth_Fuzzy
DTDrizzle Team
Created by A_Dev on 11/28/2023 in #help
Push with schema in separate files
@Scarcer im asking from a point of best practices and effeciency. I am genuinely curious regarding the thought process behind your implementation
13 replies
DTDrizzle Team
Created by A_Dev on 11/28/2023 in #help
Push with schema in separate files
@Scarcer why redeclare the schemas and relations as additional objects? surely using a barrel export would achieve the same effect and have far less code on your part eg
export * from "./users"
export * from "./email"
....other schema definitions
export * from "./users"
export * from "./email"
....other schema definitions
13 replies
DTDrizzle Team
Created by adrtivv on 11/27/2023 in #help
drizzle studio blank screen
i have no idea what schemaOne is, but my connection string has the query params of sslmode=require&pgbouncer=true on it. also I have a tablesFilter: ["myprojectname_*"], defined in the config
11 replies
DTDrizzle Team
Created by adrtivv on 11/27/2023 in #help
drizzle studio blank screen
what does your configuration look like for your db connection? 429 is a rate limit issue in general 🤔
11 replies