bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

Add an updateAll method #37

Open erikkaplun opened 11 years ago

erikkaplun commented 11 years ago

...to complement deleteAll. Updating stuff en-masse is inefficient right now.