LocalDB

I have just released localDB, a simple localStorage Database written in Javascript. localDB is a schemaless database system that allows you use localStorage as if it was a database. localDB allows you to:

Create/Delete tables
Insert data into tables
Update data in tables
Delete data from tables
Retrieve meta data about each table
Check if a database exists
Check if a table exists
Export data to JSON

localDB can be downloaded along with the full documentation here on Github

If you find any errors, bugs or just have any questions please feel free to either leave a comment on this post or post a new issue on GitHub and I will do my best to help.

Happy coding 🙂