Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 811 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 811 Bytes

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.