Today I finished my health application cvdg/c-health rewrite in C.

  • Connects to a PostgreSQL database.
  • Displays the last 5 records from the tables ordered by date.
  • Reads health data from stdin as input.
  • Inserts or updates the record in the database table.

It is crude but functional.

I am now able to keep my table with health data up-to-date. I track these statistics due to my long-COVID health issues.