© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Drizzle TeamDT
Drizzle Team•16mo ago•
8 replies
J_Storm

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";
import { drizzle } from "drizzle-orm/vercel-postgres";
import { sql } from "@vercel/postgres";
import * as schema from "./schema";
Drizzle TeamJoin
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,879Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Issue Querying Table via Drizzle ORM with SQLite
Drizzle TeamDTDrizzle Team / help
2y ago
Issue with Drizzle ORM and drizzle-kit push with Tembo Cloud PostgreSQL
Drizzle TeamDTDrizzle Team / help
2y ago
Problem with relational drizzle ORM
Drizzle TeamDTDrizzle Team / help
15mo ago
Drizzle ORM issues
Drizzle TeamDTDrizzle Team / help
15mo ago