Xpecial Poo
DTDrizzle Team
•Created by farhan on 11/4/2024 in #help
Deprecated function table.d.ts(26, 8): The declaration was marked as deprecated here.
interesting... my drizzle-kit still generates with the deprecated way, why is that?
And all my types are just broken at the moment, what could the reason?
4 replies
DTDrizzle Team
•Created by pedrocarlo on 11/2/2024 in #help
Drizzle-Zod not supported in latest version of Drizzle-ORM
I am having the same issue:
"drizzle-orm": "^0.36.3",
"drizzle-kit": "0.28.1",
I have 0 code completion, typescript errors everywhere.
Can anyone help?
my config:
export const db = drizzle({
client: createPool(),
logger: true,
schema: { ...schema, ...relations },
})
12 replies