How to connect to production database
Hi, How can i connect to the production postgresql database deployed to fly.io?
Is it that I have to forward/proxy the database first and then use prisma studio? (wasp db studio?)
Or can I get the database_url and connect directly to postgresadmin? (Which i did using this command flyctl postgres attach --app <your-app-name>, getting getaddrinfo error)
Is it that I have to forward/proxy the database first and then use prisma studio? (wasp db studio?)
Or can I get the database_url and connect directly to postgresadmin? (Which i did using this command flyctl postgres attach --app <your-app-name>, getting getaddrinfo error)