SQL Editor
Anonymous
TRIALOP

2 years ago

does railway have this and im not being able to connect to my postgres database im struggling to get this connecting any help thanks

9 Replies

vin
PRO

2 years ago

There is no SQL editor, just a data viewer tab. It's recommended that you use an actual database management application, like dbeaver, data grip, or even pgadmin4


Anonymous
TRIALOP

2 years ago

I have tried connecting but it doesn't connect


vin
PRO

2 years ago

You will need to use the DATABASE_PUBLIC_URL to connect from an external source. The DATABASE_URL now defaults to the private URL for internal networking


brody
EMPLOYEE

2 years ago

_


Anonymous
TRIALOP

2 years ago

and this will encour a charge if I'm not mistaken also what you mrsn by the the database url now defaults to the private networking thanks for your help


vin
PRO

2 years ago

By defaulting to the private URL there is no egress when used by your deployed application. You will pay egress for connecting with a database management application though over the public url


Anonymous
TRIALOP

2 years ago

so do I have to use the public url to connect databases or can I use my private url which is what I have been trying to do


vin
PRO

2 years ago

If you are connecting from your deployed application you can use the private URL. If you are using a database management application on your computer, you will need to use the public url


Anonymous
TRIALOP

2 years ago

how do I connect using the deployed application


Loading...