Click here to Skip to main content
15,892,839 members
Articles / Database Development

CRUD Operations with IndexedDB - Part 1: Creating and Clearing a Database

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
24 Jan 2018CPOL3 min read 11.1K   8  
How to create and clear an IndexedDB database keeping all code in a single HTML file. Creating an IndexedDB database means first creating an empty database, and then adding records to its empty tables (or "object stores").

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer
Germany Germany
Researcher, developer, instructor and cat lover.

Co-Founder of web-engineering.info and the educational simulation website sim4edu.com.

Comments and Discussions