Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Implementation of a SQL DSL #20

Open
mdallastella opened this issue Dec 12, 2017 · 0 comments
Open

Implementation of a SQL DSL #20

mdallastella opened this issue Dec 12, 2017 · 0 comments
Assignees
Milestone

Comments

@mdallastella
Copy link
Contributor

mdallastella commented Dec 12, 2017

The goal is to have a set of composable functions that produce valid SQL statement for OrientDB.
Eg:

user> (create-vertex "Class" {:name "Luke" :age 30})

must return:

INSERT INTO Class CONTENT {"name": "Luke", "age": 30}
@mdallastella mdallastella added this to the 0.3.0 milestone Dec 12, 2017
@mdallastella mdallastella self-assigned this Dec 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant