yjroot / domainserver

Flask based bind9 user interface.
6 stars 1 forks source link

how about use alembic? #1

Open kanghyojun opened 10 years ago

kanghyojun commented 10 years ago

if you are going to use sqlalchemy for this project, how about use alembic to handle migration scripts? alembic is a db migration tools, written by author of SQLAlchemy.

Checkout alembic repo

yjroot commented 10 years ago

Of course. I have a plan to use alembic, but this project is begun a few hours ago. And, I had been working for making templates and base structure of this project.

When I use alembic for this project, I'll need your help.