I know there are ways of storing data/tables from one server to another, such as the instruction provided here. However, due to I use python to scrape, create, and store data, I am wondering that whether I could fulfill this process by directly using SQLAlchemy. More precisely, after I store the scraped data in the database I create through SQLAlchemy in my own computer, can I simultaneously store.copy those database/tables to another computer/server directly through SQLAlchemy? Can anyone help? Thanks so much.
Asked
Active
Viewed 140 times
1
-
check this answer [link](https://stackoverflow.com/questions/2786664/how-to-create-and-restore-a-backup-from-sqlalchemy) i think it will be helpfull. – suhail areekkan Aug 26 '17 at 08:00
-
@suhail areekkan I'm new to both SQLAlchemy and PostgreSQL, could you explain how it could work with more details? – tzu Aug 26 '17 at 14:46