seed expected prop db type doesn't match what drizzle provides on created db object

Hi! At start - thanks for drizzle and drizzle-seed! I would love to get some help, it shows types issues on db that i put into seed or reset functions. These are my versions of deps:
{
"@biomejs/biome": "1.9.4",
"@elysiajs/swagger": "1.2.2",
"@sinclair/typebox": "^0.34.33",
"@types/uuid": "10.0.0",
"drizzle-orm": "0.39.3",
"drizzle-kit": "0.30.6",
"drizzle-seed": "0.3.1",
"drizzle-typebox": "^0.3.1",
"elysia": "1.2.25",
"pg": "8.14.1",
"uuid": "11.1.0"
}
{
"@biomejs/biome": "1.9.4",
"@elysiajs/swagger": "1.2.2",
"@sinclair/typebox": "^0.34.33",
"@types/uuid": "10.0.0",
"drizzle-orm": "0.39.3",
"drizzle-kit": "0.30.6",
"drizzle-seed": "0.3.1",
"drizzle-typebox": "^0.3.1",
"elysia": "1.2.25",
"pg": "8.14.1",
"uuid": "11.1.0"
}
and there is issue in the attached picture. I've tried higher version of drizzle-orm, other versions of drizzle-seed etc. Still no solution.. Error on screenshot says that there is missmatch on config property between what expect seed function and what const db = drizzle(...) created. :drizzle:
No description
1 Reply
Smoła
SmołaOP3w ago
ok, thank you for help and responses dear community. I drop off drizzle from my repositories then.

Did you find this page helpful?