Charles Leifer is announcing that peewee with version number 2.6.2 is already available to download.
What is peewee ?
peewee is A lightweight Python-driven database ORM (Object-relational mapping) .
Peewee’s main goal is to keep size as down as possible, while supporting as many features as possible.
This is changelog for peewee version 2.6.2 :
- Better support for setting the character encoding on PostgreSQL database connections.
- Improved implementation of get_or_create().
You can read the complete changelog and also download this latest version on their homepage: charlesleifer.com