Metadata-Version: 2.4
Name: ss-dbcache
Version: 0.0.29
Summary: Cache Manger: cache compressed, serialised database tables as longblob in database cache table 
Author-email: Julian Briggs <julian.briggs@sheffield.ac.uk>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/ss-dbcache
Project-URL: Issues, https://github.com/pypa/ss-dbcache/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# dbcache
Cache a large table: select into a DataFrame, to_csv into a buffer, compress, insert as a longblob

Use as a library and/or a standalone program.

For options:
dbcache.py --help

See docs: [Dbcache2025](https://docs.google.com/document/d/1QMFd4NwRwndlj4ySmeSX0noZ2Okf55HakDzMwWP3B_E/edit?usp=drive_link)
