fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

Support disk/embedded/remote store via libsql

Open aausch opened this issue 2 years ago • 0 comments

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

aausch avatar Aug 15 '23 21:08 aausch