List of tables and columns in UI
See original GitHub issueIs your feature request related to a problem? Please describe. Exploring new datasets with the web console is difficult due to the absence of a list of available tables and columns.
Describe the solution you’d like Once #293 is implemented, expose a menu that shows the list of available tables in the database, and the list of available columns and type in each table. Ideally this is collapsable at table level, and columns/table names are added to the SQL being edited by click in the list.
Example Table: Trades -> TS (timestamp) -> Instrument (symbol) -> Quantity (int) -> Price (double)
Table: Traders -> Name (string) -> Age (int) -> Sex (symbol)
Describe alternatives you’ve considered
pg_catalog.pg_class()
to get table list and select * from table limit 1
to get column list.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
I am understood, @mpsq thank you for your efforts
That is true, the import tab is still using the old styles. Refreshing the UI is a non trivial piece of work. Phase I was the console but this section will be migrated in the really near future 😉. That’s the phase II!