- fix import problem in deno_kv_storage_engine
- Implement first version of DenoKvStorageEngine. Still misses
- unit tests
- Add update mechanism for planetscale_storage_engine's writeCacheEntry function (single row update)
- Add update mechanism for planetscale_storage_engine's writeCache function (multi row update)
- Bugfix: remove broken import in planetscale_storage_engine
- Add another storage backend: PlanetscaleStorageEngine => Storing your cache in a planetscale db table with the ultra fast @planetscale/database driver!
- Add another storage backend: KvsMemoryStorageEngine => A Key-Value Store in Memory
- Initial release, see readme for usage description