How to migrate tables from local to neon?
I am using docker for local development using postgres but when I run
I confirm I have changed the database connection string in the env with neon.
I have followed this guide to create docker setup https://neon.tech/guides/drizzle-local-vercel
That's confusing because after success message there should be tables but not.
lib/db/index.ts
docker-compose.yml
drizzle.config.ts
pnpm drizzle-kit migrate it show me success message migrations applied but when i check neon tables there is nothing. no tables.I confirm I have changed the database connection string in the env with neon.
I have followed this guide to create docker setup https://neon.tech/guides/drizzle-local-vercel
That's confusing because after success message there should be tables but not.
lib/db/index.ts
docker-compose.yml
drizzle.config.ts
Neon
A step-by-step guide to configure Drizzle ORM for local and serverless Postgres.