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
- Host: GitHub
- URL: https://github.com/danyim/webdb
- Owner: danyim
- Created: 2017-07-20T07:59:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T07:22:55.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T19:34:13.675Z (5 months ago)
- Topics: idb, indexeddb, preact
- Language: JavaScript
- Homepage: https://webdb.netlify.com
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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