Skip to content

ujjwalguptaofficial/idbstudio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

npm version

Overview

IDBStudio is a cli tool for indexeddb library jsstore. It helps users to execute , debug and learn jsstore query.

Note :- IDBStudio supports jsstore v3. So jsstore v1 & v2 query wont work.

Install

install the idbstudio globally, by executing command -

npm i idbstudio -g

Commands

-s or --start : start the idbstudio

e.g- idbstudio --start

-p or --port : specify port number - default port is 3000

e.g - idbstudio --start --port 8000

-g or --generate : generate idbstudio

e.g - idbstudio --generate

-f or --folder : specify folder name for generate - default folder is idbstudio

e.g - idbstudio --generate --folder myfolder

--sql [value] : convert the sql to jsstore query

e.g - idbstudio --sql "select * from customers"