odininon / json-sql-console

Query json like a pro

Home Page:https://json-sql-console.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-sql-console

Query json like a pro

image

json data from https://www.sitepoint.com/colors-json-example/

Example queries:

  select color, code->hex 
  from ?
  where type = 'primary'
  select color, code->hex 
  from ?
  where code->rgba->includes(255)

Developing

$ npm start

Build

$ make build

Deploy

$ make deploy

About

Built using React, Ace, Alasql

This project was bootstrapped with Create React App. You can find the most recent version of the guide here.

About

Query json like a pro

https://json-sql-console.netlify.com


Languages

Language:JavaScript 83.8%Language:HTML 11.0%Language:CSS 4.7%Language:Makefile 0.6%