Storage implementations for AT Protocol OAuth applications. Provides a simple key-value storage interface with implementations for in-memory and SQLite backends.

Add JSR version badge to README

Changed files
+1
+1
README.md
··· 1 1 # @tijs/atproto-storage 2 2 3 3 [![Test](https://github.com/tijs/atproto-storage/actions/workflows/test.yml/badge.svg)](https://github.com/tijs/atproto-storage/actions/workflows/test.yml) 4 + [![JSR](https://jsr.io/badges/@tijs/atproto-storage)](https://jsr.io/@tijs/atproto-storage) 4 5 5 6 Storage implementations for AT Protocol OAuth applications. Provides a simple 6 7 key-value storage interface with implementations for in-memory and SQLite