An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![npm version](https://badge.fury.io/js/idbstudio.svg)](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"