ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

cache: Switch to apsw for cache SQLite db #58

Closed R2ZER0 closed 4 months ago

R2ZER0 commented 4 months ago

The bulitin sqlite3 library uses the version of sqlite3 linked to python, which is too old on the production datastore. This commit instead uses the apsw library which bundles a newer version of sqlite3.