Xpecial Poo
Xpecial Poo
DTDrizzle Team
Created by Kairu on 11/30/2024 in #help
`The types of '_.config.columns' are incompatible between these types` when upgrading to Next 15
I am using npm workspaces yes. I have tried locking different versions and still nothing. I am actually using this in a node js backend.
7 replies
DTDrizzle Team
Created by Kairu on 11/30/2024 in #help
`The types of '_.config.columns' are incompatible between these types` when upgrading to Next 15
i got exactly the same issue. no one helped, still waiting :nomore:
7 replies
DTDrizzle Team
Created by Xpecial Poo on 11/20/2024 in #help
Error With types from Drizzle
Hello, anyone? i havent found a solution yet
4 replies
DTDrizzle Team
Created by chepracio on 11/23/2024 in #help
TS2353: Object literal may only specify known properties, and where does not exist in type
i have literally the same issue. Already posted here but nobody could help
25 replies
DTDrizzle Team
Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
i meant, when you are creating the db client. Are you passing the relations + schema into it? i noticed that if i didnt put those relations into it, the db.query would never work. example:
export const db = drizzle({
client: createPool(),
logger: true,
schema: { ...schema, ...relations },
})
export const db = drizzle({
client: createPool(),
logger: true,
schema: { ...schema, ...relations },
})
20 replies
DTDrizzle Team
Created by CyberCipher on 11/22/2024 in #help
How to query join table with db.query syntax?
are passing the relations into the schema property?
20 replies
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?
5 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 }, })
5 replies