SUSE / telemetry-server

Proof of Concept Telemetry Server scaffolding
Apache License 2.0
2 stars 1 forks source link

Switch all DB table definitions to TableSpec #54

Closed rtamalin closed 2 weeks ago

rtamalin commented 3 months ago

Add helper methods to TableRowCommon to support generating DB backend dialent appropriate SQL statements for SELECT, INSERT, UPDATE and DELETE.

Dynamically generate SQL statements as needed within the code.

Update docker compose configuration files to use Postgres as the DB backend.