maxtepkeev / architect

A set of tools which enhances ORMs written in Python with more features
Other
391 stars 57 forks source link

Still maintained? #69

Closed cristianocca closed 3 years ago

cristianocca commented 4 years ago

Is this still maintained? Alternatives?

Andrew-Chen-Wang commented 4 years ago

@cristianocca @utapyngo @orrion Not maintained, but I just filed #71 and it seems to still work considering ORMs don't typically recreate their ORMs. In that issue, I show how to do rework Travis to make sure your configuration works. (For Django and Python 3.4 and MySQL, it will not work. This happens in all repositories that test MySQL with Python 3.4 and Django; however PostgreSQL works fine in all Py versions).

maxtepkeev commented 3 years ago

Support for all latest ORM versions and Python versions has been added in 0.6.0, but if someone wants to contribute you're more than welcome as I'm having really hard time to find free time for further active development.