Skip to content

Commit 317c9ea

Browse files
docs: update README and add PostgreSQL to stores documentation
- Remove PostgreSQL from README backends list to match main's simplified format - Add docs/stores.md with PostgreSQL entry in distributed stores section - Apply ruff formatting to PostgreSQL store Co-authored-by: William Easton <strawgate@users.noreply.github.com>
1 parent bac51ee commit 317c9ea

File tree

3 files changed

+669
-4
lines changed

3 files changed

+669
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This monorepo contains two libraries:
1616

1717
## Why use this library?
1818

19-
- **Multiple backends**: DynamoDB, Elasticsearch, Memcached, MongoDB, PostgreSQL,
20-
Redis, RocksDB, Valkey, and In-memory, Disk, etc
19+
- **Multiple backends**: DynamoDB, Elasticsearch, Memcached, MongoDB, Redis,
20+
RocksDB, Valkey, and In-memory, Disk, etc
2121
- **TTL support**: Automatic expiration handling across all store types
2222
- **Type-safe**: Full type hints with Protocol-based interfaces
2323
- **Adapters**: Pydantic model support, raise-on-missing behavior, etc

0 commit comments

Comments
 (0)