analyseether / ether_sql

A python library to push ethereum blockchain data into an sql database.
http://ether-sql.readthedocs.io
Apache License 2.0
69 stars 22 forks source link

Add support for migrations using alembic #13

Closed ankitchiplunkar closed 6 years ago

ankitchiplunkar commented 6 years ago

Types of changes

What types of changes does your code introduce to ether_sql? Put an x in the boxes that apply

Explain your changes

Added support for changing database overtime using Alembic

Does this close any currently open issues? https://github.com/analyseether/ether_sql/issues/9

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Any other comments?

This is a work in progress need to add documentation and tests.

Where has this been tested?

Nowhere yet Operating System: NA

Node: NA

ankitchiplunkar commented 6 years ago

Will need to write tests for these commands. Have opened an issue for the same: https://github.com/analyseether/ether_sql/issues/14