jsstore
There are 10 repositories under jsstore topic.
ujjwalguptaofficial/JsStore
Simplifying IndexedDB with SQL like syntax and promises
ujjwalguptaofficial/sqlweb
SqlWeb is an extension of JsStore which allows to use sql query for performing database operation in IndexedDB.
ujjwalguptaofficial/jsstore-examples
This repo contains examples of jsstore for different frameworks & tools
ujjwalguptaofficial/idbstudio
idbstudio is a management tools for indexeddb library jsstore. It helps users to execute , debug and learn jsstore query.
mvallet91/ELAT-Workbench
Technical and process testing for the edX Logfile Analysis Tool
udaychy/ChatRoomDemo
Demo to show how offline app can work with Jsstore
ujjwalguptaofficial/jsstore-encrypt
Encrypt your data when storing & decrypt when fetching in indexeddb
udaychy/ImageDemo
Demo for storing the images in base64 string format in indexed DB using JsStore
tltary/localStore
Make simple store in localstorage
ujjwalguptaofficial/ShopStore
ShopStore is a web application to manage a Shop. It is an offline web app developed for browser. It uses JsStore to store data.