emmett-framework / emmett

The web framework for inventors
Other
1.05k stars 71 forks source link

Using migrations outside Emmett #455

Open alexvinidiktov opened 1 year ago

alexvinidiktov commented 1 year ago

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.

gi0baro commented 1 year ago

@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.