Skip to content

idbstudio is a management tools for indexeddb library jsstore. It helps users to execute , debug and learn jsstore query.

License

Notifications You must be signed in to change notification settings

reikVdM/idbstudio

 
 

Repository files navigation

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"

About

idbstudio is a management tools for indexeddb library jsstore. It helps users to execute , debug and learn jsstore query.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.9%
  • SCSS 14.8%
  • Less 13.3%
  • CSS 7.5%
  • TypeScript 6.0%
  • HTML 1.9%
  • Vue 0.6%