{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
Architect Architect is a set of tools which enhances ORMs written in Python with more features and simplifies different database related complex tasks. Features Supported ORMs Django >= 1.4 Peewee >= 2.8.0 Pony >= 0.5.0 SQLAlchemy >= 1.0.0 SQLObject >= 3.5.0 Supported DBs PostgreSQL >= 8.0 MySQL >= 5.5 Supports Python 2.7, 3.5 - 3.8 Extensively documented Dependencies Architect has no required ...