Replies: 10 comments 1 reply
-
What an interesting feature! Thanks for letting me know. |
Beta Was this translation helpful? Give feedback.
-
A possible use case I was thinking about was to use it in superset https://github.com/apache/incubator-superset instead of or in addition to e.g: https://superset.apache.org/sqllab.html |
Beta Was this translation helpful? Give feedback.
-
Do you know of https://github.com/mWater/jsonql? This seems to be a nice intermediate format/API specification (alternatives may be available, that is just the only one I could find) |
Beta Was this translation helpful? Give feedback.
-
It's easy for anyone to use it An example of that was vscode extension. But I think it's not enough if you don't fully support reverse engineering with SQL DDL. The https://github.com/mWater/jsonql you told me about |
Beta Was this translation helpful? Give feedback.
-
Sorry, this may be OT, but I thought, I use this issue to link interesting stuff related to this here. https://github.com/danielrearden/sqlmancer Sqlmancer is a Node.js library that empowers you to effortlessly and efficiently translate GraphQL queries into SQL statements. I do not want to distract you from your current great work, quite on the contrary, keep it up :-) |
Beta Was this translation helpful? Give feedback.
-
Is there an intermediate JSON format? Does the full DDL to VUERD conversion pipeline have to be implemented here? I can think of existing introspection tools that may be adopted to spit out some well-defined JSON. |
Beta Was this translation helpful? Give feedback.
-
Intermediate json format does not exist The conversion pipeline may be implemented externally. What I'm thinking right now is... sql-ddl-to-json-schema contributing Or to take advantage of the existing grammar. I haven't thought about this yet, so I think it'll be clear when it's developed. |
Beta Was this translation helpful? Give feedback.
-
The 'SQL DDL to JSON Schema converter' looks promising, I like the compact format. Another pro for a format like this would be that the target could also be an ORM like SQLalchemy, Hibernate or typeorm.io - many others are also available |
Beta Was this translation helpful? Give feedback.
-
https://github.com/xnuinside/simple-ddl-parser also defines a DDL dialect agnostic json schema |
Beta Was this translation helpful? Give feedback.
-
http://dataprotocols.org/json-table-schema/ |
Beta Was this translation helpful? Give feedback.
-
Is generating Queries (like MS Access) on the roadmap or a possible future feature? For me that would be the Killer application feature ;-)
Beta Was this translation helpful? Give feedback.
All reactions