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

Add test status badge to README

Changed files
+2
+2
README.md
··· 1 1 # @tijs/atproto-storage 2 2 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 + 3 5 Storage implementations for AT Protocol OAuth applications. Provides a simple 4 6 key-value storage interface with implementations for in-memory and SQLite 5 7 backends.