Added Dexie.js to storage. (#834)
* added Dexie.js * fix: remove invalid url Co-authored-by: Gökay Gürcan <gokaygurcan@gmail.com>
This commit is contained in:
parent
78fa5728d1
commit
00cad67ddd
|
|
@ -396,7 +396,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||
## Documentation
|
||||
|
||||
* [DevDocs](https://devdocs.io/) is an all-in-one API documentation reader with a fast, organized, and consistent interface.
|
||||
* [dexy](http://www.dexy.it/) is a free-form literate documentation tool for writing any kind of technical document incorporating code.
|
||||
* [docco](http://ashkenas.com/docco/) is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
|
||||
* [styledocco](http://jacobrask.github.io/styledocco/) generates documentation and style guide documents from your stylesheets.
|
||||
* [Ronn](https://github.com/rtomayko/ronn) builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web.
|
||||
|
|
@ -528,6 +527,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||
* [Hoodie](https://github.com/hoodiehq/hoodie) - Offline First backend to work in browser without internet connectivity.
|
||||
* [NeDB](https://github.com/louischatriot/nedb) - Embedded Persistent database for Browsers, nw.js, electron.
|
||||
* [Lovefield](https://google.github.io/lovefield) - Lovefield is a relational database for web apps, By Google.
|
||||
* [Dexie.js](https://github.com/dexie/Dexie.js) - Dexie.js is a wrapper library for indexedDB.
|
||||
|
||||
## Color
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue