SUSE / telemetry-server

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

SQL value placeholder generators #29

Closed rtamalin closed 1 month ago

rtamalin commented 1 month ago

Depending on which DB backend is being used, we need to use different placeholder values in SQL statements. The new QuestionMarker() and DollarCounter() placeholder generators with generate appropriate placeholder values for use with SQLite and PostgreSQL respectively.

Also added a Makefile to the app/ directory, and added app to the list of subdirectorys that the top-level Makefile targets.