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.
- Host: GitHub
- URL: https://github.com/shellyln/open-soql-usage-example
- Owner: shellyln
- License: other
- Created: 2020-08-17T12:32:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T12:10:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T09:44:58.574Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```