emmett icon indicating copy to clipboard operation
emmett copied to clipboard

Using migrations outside Emmett

Open alexvinidiktov opened this issue 2 years ago • 1 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.

alexvinidiktov avatar Feb 23 '23 12:02 alexvinidiktov

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

gi0baro avatar Feb 27 '23 11:02 gi0baro