-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Would you be so kind an consider to to add support for transform e.g. Pydal Tables definitions to SQLAlchemy table defintions?
If that would be something easy for you?
Or could you give me a pointer where I could implement that logic in your code?
You already have support for pydal in Py-Models-Parser.
It would help the py4web community https://github.com/web2py/py4web a lot.
The use case ist the pydal db migration tool is good, but not as mature as alembic.
If you could translate our models to Sqlalchemy models easily, we could quickly adopt alembic for migrations.
Thank you for your consideration.
Btw: Py4Web is a really cool and easy to use Python web framework, made by the creator of web2py.
If you interested why its cool and some people prefer it to flask or django (mainly producitivy and speed),
happy to give you a tour.