Forums

Import Local Postgres Database

Hi - I'm very new to working with databases (and application development in general). I have a local Postgres database. Is there a guide for importing a table from my local postgres database into my postgres server on PythonAnywhere? Thank you in advance!

Maybe pg_dump like that?