You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
This feature request has been inspired by reading #2303.
A number of high profile languages exist such as OData, GraphQL. However something simple such as FIQL which does not require URI encoding and is easy to use to create the queries may be used as is or as an idea for creating a Quarkus own language.
A combination of this language plus Panache can let users write generic DB browsers on top of Quarkus.
Implementation ideas
Parser should be able to produce a typed Panache friendly expression, possibly with the help of the Panache visitor.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you!
We are doing this automatically to ensure out-of-date issues does not stay around indefinitely.
If you believe this issue is still relevant please put a comment on it on why and if it truly needs to stay request or add 'pinned' label.
Description
This feature request has been inspired by reading #2303.
A number of high profile languages exist such as OData, GraphQL. However something simple such as FIQL which does not require URI encoding and is easy to use to create the queries may be used as is or as an idea for creating a Quarkus own language.
A combination of this language plus Panache can let users write generic DB browsers on top of Quarkus.
Implementation ideas
Parser should be able to produce a typed Panache friendly expression, possibly with the help of the Panache visitor.
The text was updated successfully, but these errors were encountered: