Very easy to setup and get it running.
Here are some key features of "Quick_ORM":
· Quick: could get and play with it in less than a minute.
· Easy: don't have to write any SQL statement, including those "create table xxx ..." ones.
· Simple: the core code counts only 230 lines including comments and pydocs, bugs have nowhere to hide.
· Powerful: built upon SQLAlchemy and doesn't compromise its power.
· Flexible: free to write raw SQL to improve performance.
· Support multiple databases: can map models to many databases without difficulty.
· Write less, do more: taking advantage of Python metaclass reduces data modeling code dramatically.
· Long-term maintained: Continous efforts are taking to improve and maintain it.
Requirements:
· Python 2.6 or higher
· SQLAlchemy 0.7 or higher
· toolkit_library 0.3.1 or higher
What's New in This Release: [ read full changelog ]
· Added one_to_one.
· Added more examples.