Level / level-js

An abstract-leveldown compliant store on top of IndexedDB.
MIT License
544 stars 44 forks source link

Unwrap #88

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

Closes #46.

vweevers commented 6 years ago

Supersedes https://github.com/Level/level.js/pull/55 (you can now pass a prefix option to the contructor) and I think https://github.com/Level/level.js/pull/53 as well (it seems the use case there is the same: specify a custom prefix).

vweevers commented 6 years ago

This changes the default prefix and removes options that IDBWrapper had but we don't, so I'm adding the upgrading label.