Please stop using Arrow
Building a REST API with Flask and the Orator ORM
In this article I'm going to show how easy it is to create a REST API with Flask and the Orator ORM.
Cleo 0.4 is out
Cleo 0.4 is now out. Commands have been largely improved and are now easier to use. Helpers have also been improved. Overall, Cleo is now more intuitive.
Orator 0.7 is out: Relationship decorators, seeding, model factories and cache
Orator 0.7 is now out. This version introduces relationship decorators, seeding, model factories and cache support. It also brings various performance improvements and fixes, especially in the way relationships are handled.
Orator ORM 0.6 is out: Model events and pagination
Orator 0.6 is now out. This version introduces model events, query pagination and performance improvements and fixes.
Orator (former Eloquent) ORM 0.5 is out: Database migrations, attributes accessors and mutators
Orator 0.5 is now out. This version introduces database migrations and attributes accessors and mutators.
Cleo 0.3 is out: decorators, validators and autocompletion
Cleo 0.3 is now out. It introduces decorators, validators, autocompletion and removes the need to
declare a configure
method when creating a command.
Eloquent 0.4 is out: Schema builder, mixins and scopes
Eloquent 0.4 is now out. This version introduces the schema builder, soft deletes, mixins and scopes.
Eloquent 0.3 is out: ActiveRecord for Python
Eloquent 0.3 is now out. This is the first official release of the ORM.
Cleo 0.2 is out
Cleo 0.2 is now out with a lot of improvements and new features.