https://github.com/crazywolf132/wql
WQL -- Data Manipulation Language like GraphQL
https://github.com/crazywolf132/wql
data-manipulation graphql interpreter javascript javascript-library json language parser server-side
Last synced: about 1 year ago
JSON representation
WQL -- Data Manipulation Language like GraphQL
- Host: GitHub
- URL: https://github.com/crazywolf132/wql
- Owner: crazywolf132
- Created: 2020-03-03T23:53:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T14:34:35.000Z (about 6 years ago)
- Last Synced: 2025-03-30T15:34:17.731Z (about 1 year ago)
- Topics: data-manipulation, graphql, interpreter, javascript, javascript-library, json, language, parser, server-side
- Language: JavaScript
- Homepage:
- Size: 3.74 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Version 1.0.2
## What is it?
WQL is an interpreted language that is simple to learn, and easy to use.
The idea behind WQL, is to take a simple language like GRAPHQL, but modify
it in a way that it does not require a pre-defined data structure, or types.
## What WQL looks like.
```WQL
{
@test {
birdName
},
@dinner {
name,
amount
},
data {
deep {
down {
here {
id is NUMBER,
dogName is STRING,
catName,
meals <1> : [
{
&dinner
}
]
},
defaultValue = {
dinoName
}
}
}
}
}
```
## Team
| [**Brayden Moon**](https://github.com/crazywolf132) |
| :------------------------------------------------------------------------------------------------------------------: |
| [
](https://github.com/crazywolf132) |
| Founder |
| [
Github](https://github.com/crazywolf132) |