To Do List App with PostgreSQL in C¶
This is a simple To Do List app written in C that uses a PostgreSQL database to store the tasks. It allows you to add, edit, remove, and view tasks in a terminal interface.
You can explore the documentation following requirements and usage sections.