Architect is a set of tools which enhances ORMs written in Python with more features and simplifies different database related complex tasks.
- Supported ORMs
- Django >= 1.4
- Peewee >= 2.2.0
- Pony >= 0.5.0
- SQLAlchemy >= 0.8.0
- SQLObject >= 1.5.0
- Supported DBs
- PostgreSQL >= 8.0
- MySQL >= 5.5
- Supports Python 2.6 - 3.6
- Extensively documented
Architect has no required external dependencies except for the ORM it will be used with.
To install Architect, simply:
$ pip install architect
or:
$ easy_install architect
Documentation is available at https://architect.readthedocs.io.
I will be glad to get your feedback, pull requests, issues, whatever. Feel free to contact me for any questions.
If you like this project and want to support it you have several options:
- Just give this project a star at the GitHub repository.
- Become a sponsor. Contact me via
tepkeev at gmail dot com
if you are interested in becoming a sponsor and we will discuss the terms and conditions.
PremiumSoft for supporting this project by providing Open Source License of Navicat.
Architect is licensed under Apache 2.0 license. Check the LICENSE for details.