Jetisu project has dependency on sqlglot #866
Closed
DavidPratten
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
cool, let me know if you have any questions. happy to chat! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Just a brief note to let you know of a new project that is depending on sqlglot.
https://github.com/DavidPratten/jetisu is a toolset for modelling with intensionally defined relations (tables). These tables are defined by rules between the column values rather than by listing the rows in the table.
Sqlglot
Sqlglot plays an indispensable part in the project to:
name
and theWHERE
clause, which are passed to a Minizinc solverNext Steps
Currently, the solver runs prior to the execution of the SQL query. Next step, is to enable the SQL join of two intensionally defined relations by invoking the solver as a call-back from within sqlglot.execute().
Beta Was this translation helpful? Give feedback.
All reactions