v1.8.0
·
1477 commits
to master
since this release
-
Implement query result caching.
See README for details.You can attempt to re-use the results from a previously run query to help save time and money in the cases where your underlying data isn't changing.
Set the cache_size parameter of cursor.execute() to a number larger than 0 to enable cacheing. (Cacheing is turned off by default.)