sprockets.clients.postgresql/docs/history.rst
Gavin M. Roy f626d052c5 Add ease of use imports and add integration tests
- Import in psycopg2 classes into the ``sprockets.clients.postgresql`` namespace to make it easier to work with
- Add integration tests that connect to a local postgresql instance if it's running
- Update documentation a bit
2014-09-05 16:16:09 -04:00

7 lines
226 B
ReStructuredText

Version History
---------------
- 1.0.1 [2014-09-03]
- Expose psycopg2/queries exceptions, objects, etc from ``sprockets.queries.postgresql``
- Add integration testing with PostgreSQL
- 1.0.0 [2014-08-29]
- Initial release