You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add PostgreSQL store as async-only implementation
- Add PostgreSQL store using asyncpg for native async operations
- Configure as async-only (no sync codegen, following DynamoDB/Memcached pattern)
- Add comprehensive documentation in docs/stores.md
- Include DuckDB in documentation table as well
- Add postgresql extra dependency to pyproject.toml
- Exclude PostgreSQL from sync codegen in build_sync_library.py
The PostgreSQL store provides:
- JSONB storage for flexible key-value data
- TTL support via expiration timestamps
- Single table design with collections as column values
- Async-only implementation using asyncpg
Co-authored-by: William Easton <strawgate@users.noreply.github.com>
0 commit comments