Custom Query Language #4228
techpranav
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have developed simple antlr4 grammar to parse custom queries. It is working as required.
However, I'm eager to internally split those queries into multiple SQL queries and fetch the data.
How can I develop this? Is there any documentation available?
Beta Was this translation helpful? Give feedback.
All reactions