Skip to content

caturdev/clientdatastorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client Data Storage

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).

Quick Start

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>

Documentation

Complete documentation of using clientdatastorage can be seen on the documentation page. the link is below.

[ Go to Documentation ]

About

Easy data management on the client side, using large storage sizes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published