viralgupta
viralgupta
DTDrizzle Team
Created by viralgupta on 7/12/2024 in #help
error while querying "Converting circular structure to JSON"
thanks @Raphaël M (@rphlmr) ⚡ , maybe throw this error on drizzle-orm packagae too.
3 replies
DTDrizzle Team
Created by dmb on 7/11/2024 in #help
Unable to rename table
import { defineConfig } from "drizzle-kit";

export default defineConfig({
dialect: "postgresql",
schema: "./schema.ts",
out: "./migrations",
dbCredentials: {
url: "postgresql://myuser:mypassword@localhost:5432/mydbname"
}
});
import { defineConfig } from "drizzle-kit";

export default defineConfig({
dialect: "postgresql",
schema: "./schema.ts",
out: "./migrations",
dbCredentials: {
url: "postgresql://myuser:mypassword@localhost:5432/mydbname"
}
});
you need to specify dbCredentials to apply changes to a db
4 replies
TTCTheo's Typesafe Cult
Created by utdev on 7/16/2023 in #questions
Help adding trpc-openapi to t3 app
Hey, is there any way to create a webhook with T3, or is making a standalone server/endpoint the only option? Excuse me if there is an obvious answer, new to t3
20 replies