[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local database, or other database other than vercel #425

Open
Chatelo opened this issue Aug 2, 2024 · 1 comment
Open

Local database, or other database other than vercel #425

Chatelo opened this issue Aug 2, 2024 · 1 comment

Comments

@Chatelo
Copy link
Chatelo commented Aug 2, 2024

Is there a way I can setup database of my choice other than vercel postgres locally?

@Chatelo Chatelo changed the title Local database, or other database other thasn vercel Local database, or other database other than vercel Aug 3, 2024
@arafays
Copy link
arafays commented Aug 8, 2024

just switch the drizzle adapter

import { sql } from "@vercel/postgres";

from vercel adapter to any other database and follow Drizzle to generate migrations and push to database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants