-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The current spec proposes both a builder pattern as well as a JSON format for creating schema definitions.
Do you think it would be possible to create a similar JSON format for queries as well?
The builder pattern would then be a more convenient, and safer way to build this JSON description.
This would make it easier to build developer tools that build and inspect queries,
as well as easier utilisation of RDB in cases where user generated queries are desired.
Furthermore it would open up RDB to act as a foundation for other relational query languages.
For example, I think there would be huge interest in the ClojureScript community to build a Datalog query engine on top of RDB.
Other databases that use this approach include ElasticSearch and Datomic.
Thoughts :)?