Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Feb 22, 2021
1 parent da341d5 commit 07e5981
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ for the aiohttp web server. This package is, as you might guess, specifically fo
## Development Status
**This is an early work in progress!**

The current state is a mostly working drop-in replacement for `aiohttp.ClientSession`.
However, most cache operations are still synchronous, have had minimal testing, and likely have lots of bugs.
The current state is a working drop-in replacement (or mixin) for `aiohttp.ClientSession`, with a
fully async SQLite backend.
Additional backends are provided, but cache operations are still synchronous, and have had minimal testing.

Breaking changes should be expected until a `1.0` release.

## Installation
Expand Down

0 comments on commit 07e5981

Please sign in to comment.