Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button to get all tables within a database (when db has been selected) #2

Open
mikahanninen opened this issue Mar 13, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@mikahanninen
Copy link

... and showing these tables for example on the left side of the window.

@Atihinen
Copy link
Owner

Influxdb doesn't have tables as in default database engines.

https://docs.influxdata.com/influxdb/v1.7/query_language/schema_exploration/

@mikahanninen
Copy link
Author

well data is queried using SQL syntax and it can be argued that "jenkins_data" is a table (in my example at the end of the line).... but in Influx these are measurements which is basically just alias for "table" imho, for example. "SELECT * FROM "jenkins_data"; "

so I meant that these "measurements" could be received by a button

@Atihinen Atihinen added the enhancement New feature or request label Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants