All Projects → ujjwalguptaofficial → idbstudio

ujjwalguptaofficial / idbstudio

Licence: Apache-2.0 license
idbstudio is a management tools for indexeddb library jsstore. It helps users to execute , debug and learn jsstore query.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects
CSS
56736 projects
typescript
32286 projects
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to idbstudio

jsstore-examples
This repo contains examples of jsstore for different frameworks & tools
Stars: ✭ 31 (+3.33%)
Mutual labels:  indexeddb, jsstore
sqlweb
SqlWeb is an extension of JsStore which allows to use sql query for performing database operation in IndexedDB.
Stars: ✭ 38 (+26.67%)
Mutual labels:  indexeddb, jsstore
Remotestorage.js
⬡ JavaScript client library for integrating remoteStorage in apps
Stars: ✭ 2,155 (+7083.33%)
Mutual labels:  indexeddb
electron-react-ts-rxdb-realm-sqlite
Demo of Native Databases with Electron and ReactJS. Realm, SQLite and RxDB ( with LevelDB/IndexedDB/InMemory adapters)
Stars: ✭ 27 (-10%)
Mutual labels:  indexeddb
extension
web scraping extension
Stars: ✭ 28 (-6.67%)
Mutual labels:  indexeddb
Offline First
🔌 Everything you need to know to create offline-first web apps.
Stars: ✭ 2,792 (+9206.67%)
Mutual labels:  indexeddb
indexeddb-orm
Indexed DB ORM
Stars: ✭ 53 (+76.67%)
Mutual labels:  indexeddb
Isotope Mail
Isotope Mail Client
Stars: ✭ 147 (+390%)
Mutual labels:  indexeddb
YASCC
Yet Another SoundCloud Client
Stars: ✭ 30 (+0%)
Mutual labels:  indexeddb
acebase
A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
Stars: ✭ 288 (+860%)
Mutual labels:  indexeddb
secure-webstore
A secure IndexedDB store with built-in encryption
Stars: ✭ 35 (+16.67%)
Mutual labels:  indexeddb
kvs
Lightweight key-value storage library for Browser, Node.js, and In-Memory.
Stars: ✭ 126 (+320%)
Mutual labels:  indexeddb
client-side-databases
An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB
Stars: ✭ 787 (+2523.33%)
Mutual labels:  indexeddb
TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (-23.33%)
Mutual labels:  indexeddb
Remember
The progressive offline Todo app
Stars: ✭ 208 (+593.33%)
Mutual labels:  indexeddb
dexie-encrypted
Transparent encryption for IndexedDB using Dexie
Stars: ✭ 66 (+120%)
Mutual labels:  indexeddb
React Relay Offline
TypeScript library files for Relay Modern Offline
Stars: ✭ 169 (+463.33%)
Mutual labels:  indexeddb
loQL
loQL is a lightweight, open source npm package that caches API requests with service workers, unlocking performance gains and enabling offline use.
Stars: ✭ 49 (+63.33%)
Mutual labels:  indexeddb
client-persist
Offline storage for your web client. Supports IndexedDB, WebSQL, localStorage and sessionStorage with an easy to crawl with API.
Stars: ✭ 14 (-53.33%)
Mutual labels:  indexeddb
keystore-idb
In-browser key management with IndexedDB and the Web Crypto API
Stars: ✭ 37 (+23.33%)
Mutual labels:  indexeddb

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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].