emmett-framework / emmett

The web framework for inventors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using migrations outside Emmett

alexvinidiktov opened this issue · comments

Is it possible to use Emmett migrations with a different pyDAL framewok, for example, with web2py?

I'm using web2py for my apps, and I sorely miss proper migrations.

@vinidiktov considering current design of migrations, which is heavily based on Model class, it would be quite hard.

Probably with #309 implementation you would be able to switch from pyDAL to emmett ORM to use migrations without using models, but there's no ETA at the moment and for sure it will require time.