-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add documentation about how to configure editor completion for IDE #4082
Comments
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Still relevant... |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Feeding the stalebot. Sorry for the comment noise. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Copypasting... |
Steampipe runs a standard postgres server embedded, so most IDEs can connect directly to Postgres to query information about the tables etc. Steampipe sets up the schemas, column comments, everything to support that. One catch is that some IDEs don't support foreign tables in Postgres, so they don't find the Steampipe managed tables. (Many / most IDEs do.) Service mode can be a good way to run steampipe for this capability and find the endpoint - https://steampipe.io/docs/managing/service We've also documented many different ways to connect to Steampipe / Turbot Pipes at https://turbot.com/pipes/docs/connect Is that what you need, or are you looking for something else? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Is your feature request related to a problem? Please describe.
When I'm in my IDE developing SQL queries for steampipe. I would like to have completion and documentation for the tables columns.
Describe the solution you'd like
I would like to have a documentation page that show how to configure my editor (vscode, intellij, ...) to find the right data source so that auto discovery of tables format could happen natively.
I don't mind using sqlite for making this easier
Describe alternatives you've considered
I think a postgres instance is run by steampipe in the background to make it happen but I don't know how to configure the IDE to connect to it without disturbing its behavior.
The text was updated successfully, but these errors were encountered: