Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 734 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 734 Bytes

ReQL Specification

This repository holds files and folders specifying ReQL, to some extent or another, in a parseable way.

ql2.proto

Protobuf file which defines the basic communication between clients and servers. Original file.

ql2.proto.json

Protobuf file parsed as JSON. Contains the same information as the ql2.proto file, but can be parsed by any standard JSON parser.

error_hierarchy.json

Hierarchy of the errors. Parseable version of this article.

rql_test/

Folder containing polyglot ReQL tests. Original folder.