Momoko 0.2.0
— Frank — Share
A new version of the asynchronous Psycopg wrapper for Tornado. Here is the list of changes for this release:
- Removed
executemanyfromMomoko, because it can not be used in asynchronous mode. - Added a wrapper class,
Momoko, forPool,BatchQueryandQueryChain. - Added the
QueryChainclass for executing a chain of queries (and callables) in a certain order. - Added the
BatchQueryclass for executing batches of queries at the same time. - Improved
Pool._clean_pool. It threw anIndexErrorwhen more than one connection needed to be closed.
And some documentation has been put online at momoko.61924.nl. Momoko can be downloaded from PyPi and Github.