New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

idbstudio

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idbstudio

[![npm version](https://badge.fury.io/js/idbstudio.svg)](https://badge.fury.io/js/idbstudio)

latest
Source
npmnpm
Version
1.10.13
Version published
Weekly downloads
16
77.78%
Maintainers
1
Weekly downloads
 
Created
Source

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"

Keywords

sqlweb

FAQs

Package last updated on 09 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts