earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
623 stars 18 forks source link

Add StorageDriverIndexedDB #338

Closed sgwilym closed 1 month ago

sgwilym commented 1 month ago

What's the problem you solved?

Willowy Earthstar did not have a means of persisting data when used in the browser.

What solution are you recommending?

Created a new StorageDriverIndexedDB based on willow-js' KvDriverIndexedDB and PayloadDriverIndexedDB.

Closes #336.