Issue with importing drizzle from drizzle-orm

I am following Theo's From 0 to production tutorial. when i go to import drizzle from drizzle-orm/vercel-postgres I receive the below error:

drizzle-orm/vercel-postgres"' has no exported member 'drizzle'

I have made sure drizzle is up to date and the issue still persists.

import { drizzle } from "drizzle-orm/vercel-postgres"; import { sql } from "@vercel/postgres"; import * as schema from "./schema";
Was this page helpful?