@vercel/postgres & drizzle update?
Looks like
const db = drizzle(sql)
does not work anymore with the latest version of drizzle & @vercel/postgres. Anyone else seeing this and have a solution?
drizzle is looking for VercelPgClient but sql is now typed to Vercel pool1 Reply
seems like we need to upgrade to latest vercel for that that
could you please create a GH issue for that?