hotpot-db icon indicating copy to clipboard operation
hotpot-db copied to clipboard

Clarify relationship to other DB APIs such as IndexedDB

Open rvolgers opened this issue 5 years ago • 0 comments

The README is very clear on what kind of DB hotspot-db is intending to be, which is great!

While reading it though I realized that it sounded pretty similar to the IndexedDB API available on the web platform. Mainly I'm wondering:

  • Is this a coincidence?
  • Is there any interest in making an IndexedDB implementation on top of hotspot-db?
  • Conversely, is there any interest in implementing the hotspot-db API on top of IndexedDB, for use on the web?

rvolgers avatar Feb 13 '20 08:02 rvolgers