drizzle-orm
drizzle-orm copied to clipboard
Feedback for “Relational queries”
how do I import it?
the docs only show
import { drizzle } from 'drizzle-orm/...';
and that seems like a placeholder
It's like that because it depends on your database driver. https://orm.drizzle.team/docs/installation-and-db-connection
ah makes sense. THanks for the response. Would be nice to put a comment there