Skip to content

v1.8.0

Choose a tag to compare

@laughingman7743 laughingman7743 released this 13 Oct 23:07
· 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.)

    Thanks @kbrose. (/pull/96)