fastapi-cache
fastapi-cache copied to clipboard
Support disk/embedded/remote store via libsql
Adding libsql as an optional backend, enabling embedded or disk-local caches.
Embedded db performance is much better than the other options for some use cases, since it means no network calls when caching