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

https://github.com/shellyln/open-soql-usage-example

Usage example of Open SOQL.
https://github.com/shellyln/open-soql-usage-example

Last synced: 12 months ago
JSON representation

Usage example of Open SOQL.

Awesome Lists containing this project

README

          

# open-soql-usage-example

Usage example of [Open SOQL](https://github.com/shellyln/open-soql).

SOQL is an object-oriented query language that allows you to query related data based on an object graph.

---

## Usage

```bash
npm install
npm start
```