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
{{ message }}
This repository was archived by the owner on Jul 26, 2020. It is now read-only.
We need to build a query builder screen that allows users to reverse build the Abstract Syntax Tree of a query by prompting them with suggestions as they type.
A wireframe of the suggestion is
Upon hitting enter (or preview) the frontend should call http://minsql:9999/sql to get a preview of the results of such query. The results should be formatted as a table.
The text was updated successfully, but these errors were encountered:
We need to build a
query builder
screen that allows users to reverse build theAbstract Syntax Tree
of a query by prompting them with suggestions as they type.A wireframe of the suggestion is
Upon hitting enter (or preview) the frontend should call
http://minsql:9999/sql
to get a preview of the results of such query. The results should be formatted as a table.The text was updated successfully, but these errors were encountered: