https://github.com/ujjwalguptaofficial/idbstudio
idbstudio is a management tools for indexeddb library jsstore. It helps users to execute , debug and learn jsstore query.
https://github.com/ujjwalguptaofficial/idbstudio
indexeddb indexeddb-debug indexeddb-tools jsstore jsstore-debugger jsstore-studio
Last synced: 7 months ago
JSON representation
idbstudio is a management tools for indexeddb library jsstore. It helps users to execute , debug and learn jsstore query.
- Host: GitHub
- URL: https://github.com/ujjwalguptaofficial/idbstudio
- Owner: ujjwalguptaofficial
- License: apache-2.0
- Created: 2018-04-29T07:18:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T08:07:32.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T03:03:01.880Z (7 months ago)
- Topics: indexeddb, indexeddb-debug, indexeddb-tools, jsstore, jsstore-debugger, jsstore-studio
- Language: JavaScript
- Homepage: https://ujjwalguptaofficial.github.io/idbstudio/
- Size: 7.83 MB
- Stars: 40
- Watchers: 4
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/js/idbstudio)
# Overview
IDBStudio is a cli tool for indexeddb library [jsstore](https://jsstore.net/). 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"