zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Add gevent compatible sqlite3 driver #370

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

Since otherwise a ZODB connection using sqlite wouldn't ever yield. It uses the progress_handler to periodically call gevent.sleep()