persvr / perstore

CommonJS persistence/object storage based on W3C's object store API.
http://www.persvr.org/
96 stars 20 forks source link

http://en.wikipedia.org/wiki/Indexed_Database_API #4

Closed ghost closed 14 years ago

ghost commented 14 years ago

The Indexed Database API, or Indexed DB (formerly WebSimpleDB).

You might want to update your docs to reflect this now.

Looks like al the browsers are going to do Indexed Database API - even Microsoft

kriszyp commented 14 years ago

Yes, this is the API that Perstore is based on. Are you meaning that you just want me to make sure that is explicitly referenced in the docs? Sounds like a good idea, I didn't realize I forgot to link to it...

ghost commented 14 years ago

yes just to make it clear, because there have been so many attempts at web db with different names, so its important to be clear in this case.

cheers

ged

kriszyp commented 14 years ago

Should be updated now.