-
Notifications
You must be signed in to change notification settings - Fork 1
Specifications
damiencorpataux edited this page Apr 25, 2012
·
8 revisions
This page describes RestQL specifications.
We want a readable way of issuing arbitrarily complex SQL queries in a REST fashion.
We are working on the following plans:
- Create a RestQL specification defining the REST request concept and rules.
- Create REST request Parsers that produces an xSQL structure from a REST request.
- Create a simple xSQL abstraction layer (see php implementation TODO:link) for testing and assessing.