question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

List of tables and columns in UI

See original GitHub issue

Is 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:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
igor-suhorukovcommented, May 23, 2020

I am understood, @mpsq thank you for your efforts

1reaction
mpsqcommented, May 23, 2020

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tables vs lists - Kaizen Design System
Lists and tables can be quite visually similar and can sometimes represent the same data. ... Tables. Tables display rows and columns of...
Read more >
20 Creative Table UI Design Examples You Should Know in ...
In this article, Mockplus has picked 30 of the best table UI design examples, templates and best practices to help you create great...
Read more >
Lists and tables - Human Interface Guidelines - Apple Developer
Prefer displaying text in a list or table. A table can include any type of content, but the row-based format is especially well...
Read more >
Table Column designs, themes, templates and ... - Dribbble
Table Column. Inspirational designs, illustrations, and graphic elements from the world's best designers. Want more inspiration? Browse our search results.
Read more >
Data Tables: Four Major User Tasks - Nielsen Norman Group
Tables are not usually winners of a UI beauty contest — they are a ... dragging and dropping from the list of columns...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found