---------------- * Move filtering functionality to SQL for the PostgreSQL backend. * Additional query arguments: order_by, offset, limit.
0.4
---------------- * Bring SQLite backend API on par with PostgreSQL. * Refactor Table code; extract backend-specific SQL wrappers. * Explicit schema definition no longer required. * Catch common SQL errors and re-raise custom exceptions.
0.3
---------------- * Lazy session that fetches a connection when first needed.
0.3rc1
-------------------- * Several API changes to make it more pythonic. * New `find`, `find_first`, `find_single` methods to fetch rows. * Support for Python 2.5
0.2.1
------------------ * Bugfix - SQLite backend should use integer IDs.