Ricardo Romero
Explore posts from serversDTDrizzle Team
•Created by Ricardo Romero on 5/15/2024 in #help
Bigint in SQLite results in "TypeError: Do Not Know how to serialize a BigInt"
It's failing in this section of my schema:
With the following error:
When I try to run
drizzle-kit generate:sqlite
.6 replies
DTDrizzle Team
•Created by Ricardo Romero on 3/25/2024 in #help
How to use vercel postgres in localhost?
I have set up drizzle according to the docs, and can use drizzle kit to run migrations alright. (I have seen the tables created in vercel dashboard).
Still, when I try to use any drizzle functions in my sveltekit app, I get a websocket error. Any idea what I need to do to get vercel-postgres working?
Here's the relevant code and errors:
5 replies