SQL Editor

AnonymousTRIAL

9 months 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

0 Replies

9 months 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


AnonymousTRIAL

9 months ago

I have tried connecting but it doesn't connect


9 months 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


9 months ago

_


AnonymousTRIAL

9 months 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


9 months 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


AnonymousTRIAL

9 months 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


9 months 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


AnonymousTRIAL

9 months ago

how do I connect using the deployed application


SQL Editor - Railway Help Station