Skip to content

Commit 06aae47

Browse files
authored
Clarify future plans and recommend 'idb' crate (#53)
Update README to indicate future plans for Rexie and suggest alternatives.
1 parent 233062d commit 06aae47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly.
44

5+
> I don’t plan to add new features to this crate, but I’ll continue to fix bugs as they come up.
6+
>
7+
> For new projects, I recommend considering `idb`, which provides a similar API and is the crate I plan to maintain more actively going forward.
8+
59
## Usage
610

711
To use Rexie, you need to add the following to your `Cargo.toml`:

0 commit comments

Comments
 (0)