thegraphnetwork / epigraphhub_py

Epigraphhub Python package
GNU General Public License v3.0
2 stars 9 forks source link

Using a config file to make the access to the database #162

Closed eduardocorrearaujo closed 2 years ago

eduardocorrearaujo commented 2 years ago

Change how the connection to the database is done in the get_data.py module. Instead of use a fixed url in the create_engine function of the sqlalchemy package to create the connection between the code and the database use a config file.

eduardocorrearaujo commented 2 years ago

It was solved by the config done by Ivan. (PR #169 )