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

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

Awesome Lists containing this project

README

          


WQL Lang

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) |