Closed binaek closed 9 months ago
On a different note, we do not need to store the introspection data in the database. powerpipe
will only ever run with one mod
. An alternative approach could be having an embedded SQLite that we use to store introspection data and serve it over the API
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.
This issue was closed because it has been stalled for 90 days with no activity.
In steampipe, we depend on the temporary schema available on all database connections to create and populate the tables for mod introspection data.
Since the target database in
powerpipe
is abstracted away, we need to figure out a way to create and populate the introspection tables depending on the target database that powerpipe is connected to.