mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Refined the debugging
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
sineQL is a web API query language that mimics graphQL, designed solely for fun.
|
||||
|
||||
sineQL consists of two languages - the schema language, and the query language. sineQL assumes that the records are related in a non-looping tree-structure, defined by the schema language.
|
||||
sineQL consists of two languages - the schema language, and the query language. sineQL assumes that the records are related in a non-looping tree-structure, defined by the schema language. Also, each non-scalar type queried is returned as an array.
|
||||
|
||||
The handler's definition is left up to the user.
|
||||
|
||||
## Example Server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user