Skip to content

JSON based query format. #7

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions