Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple IndexedDB lib

This is the alpha version of a very basic and simple to use IndexedDB lib, which can be used from javascript based web projects by simply including dbaccess.js

Currently the lib just supports the following use cases

  • initializing an empty db with an arbitrary number of named object stores (aka "tables")
  • storing items into an object store
  • reading either one item or all items of an object store

There is also a very simple index.html page, showing how to embed and to use the lib.

You can checkout the example by visiting this static page.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages