akashyap2013 / IndexDB_CRUD_Operations

In this project we gonna learn how to create, read, update and delete data from indexdb database using Dexie library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexDB_CRUD_Operations

In this project we gonna learn how to create, read, update and delete data from indexdb database using Dexie library.

Well, you gonna learn how to create, update, read and delete data from the local storage indexdb database. we are using Dexie.js library to make it possible.

We added minimal code to create this project.

What you can do in this project:

  • Create Data and store it in the Indexdb Database
  • Update Data
  • Read Data
  • Delete Data(Manually or bulk)

Contributor

akshay kashyap

So basically this project is amazing to understand IndexDB Database.

Just Downlaod this project and enjoy...!

About

In this project we gonna learn how to create, read, update and delete data from indexdb database using Dexie library.

License:Apache License 2.0


Languages

Language:JavaScript 56.7%Language:HTML 38.2%Language:CSS 5.1%