Arti Villa
how do I run postgres locally?
I copied this hono/bun/postgres/drizzle template locally https://railway.app/template/hIiRi5 and renamed and cloned the repo locally. How do I run the db migrations/seeding locally using railway up commands?
railway up bun run db:generate
does not work but if I copy the public db url to a .env file, I'm able to connect to the db via my CLI.12 replies