Version 0.0.2 Beta
Using the Client Data Storage library, we can perform data management on the client side with a larger size than using regular storage, but also efficiently. This library uses Indexeddb to run the system. So we need to make sure that the device we are using supports Indexed DB. Because the storage system uses Indexed DB, the storage object is JSON (NoSQL Database).
Add below tag to add clientdatastorage library to your project instantly
<script src="https://cdn.jsdelivr.net/gh/caturdev/clientdatastorage@0.0.2/src/index.min.js"></script>Or you can add it using the non-minified version (Not Recomended)
<script src="https://cdn.jsdelivr.net/gh/caturdev/clientdatastorage@0.0.2/src/index.js"></script>Complete documentation of using clientdatastorage can be seen on the documentation page. the link is below.