Skip to content

Instantly share code, notes, and snippets.

@ashwinkumar2438
Last active January 8, 2021 18:24
Show Gist options
  • Save ashwinkumar2438/a1e4567d9559df8e2bba7d375be59163 to your computer and use it in GitHub Desktop.
Save ashwinkumar2438/a1e4567d9559df8e2bba7d375be59163 to your computer and use it in GitHub Desktop.
import SimpleStore from "simplestore-indexeddb";
new SimpleStore("mystore").addStores([
{ name: "books",
indices: ["book_name"]
},
{
name:"users"
}
]).then(res=>{ let mystore=res.simplestore; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment