mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-19 13:41:30 -05:00
[PR #549] [MERGED] Adding Orator ORM #497
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/549
Author: @sdispater
Created: 1/22/2016
Status: ✅ Merged
Merged: 1/19/2017
Merged by: @vinta
Base:
master← Head:add-orator📝 Commits (3)
3b0d036Adding Orator ORM720275cMerge branch 'master' of https://github.com/vinta/awesome-python8a74bb0Merge branch 'master' into add-orator📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Orator is a brand new ORM for Python following the ActiveRecord pattern with a pinch of magic in it.
Its main goal is simplicity and to be really easy to read and write with useful features out of the box (relationships decorators, timestampable models, soft deletes, protection against mass assigment, model events, caching).
An example of a simple model:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.