Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kdabir/json-sql-console

Query json like a pro
https://github.com/kdabir/json-sql-console

ace-editor alasql console hacktoberfest hacktoberfest2021 json query react sql

Last synced: 3 months ago
JSON representation

Query json like a pro

Awesome Lists containing this project

README

        

# json-sql-console

Query json like a pro

![image](https://user-images.githubusercontent.com/735240/31587511-917b035e-b200-11e7-92e2-2428acfaf9b9.png)

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

Example queries:

```SQL
select color, code->hex
from ?
where type = 'primary'
```

```SQL
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](https://github.com/facebookincubator/create-react-app). You can find the most recent version of the guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).