An open API service indexing awesome lists of open source software.

https://github.com/danyim/webdb

Preact app experimenting with IndexedDB capabilities
https://github.com/danyim/webdb

idb indexeddb preact

Last synced: 3 months ago
JSON representation

Preact app experimenting with IndexedDB capabilities

Awesome Lists containing this project

README

        

# WebDB

[https://webdb.netlify.com](https://webdb.netlify.com)

This project is a simple web app built in Preact that experiments with IndexedDB using Jake Archibald's [idb](https://github.com/jakearchibald/idb) library (Promise-based IndexedDB implementation).

From MDN:
> IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high performance searches of this data. While DOM Storage is useful for storing smaller amounts of data, it is less useful for storing larger amounts of structured data. IndexedDB provides a solution.

### License
MIT