Skip to content
Discussion options

You must be logged in to vote

I'm definitely guilty of creating so many crates for indexed db. But, here is the complete story:

  1. I created rexie for a small project I was working on which needed to interact with indexed db. The API was quite nice but it still needed too much code to do very simple things and even though most of the things from indexed db are supported, there are few things which are missing. For example, cursors, migrations, etc.
  2. I was going through some gloo design discussions and realized that they have a very different approach in their crates. They support both, callback based APIs and wrapper around that to use with async/await. So, I created idb-sys and idb.
  3. Finally, I wanted a super simple to u…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by flosse
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #34 on December 19, 2022 13:46.