An open API service indexing awesome lists of open source software.

https://github.com/operavaria/cdb-birthday

A birthday database app written is C
https://github.com/operavaria/cdb-birthday

birthday c sqlite

Last synced: about 2 months ago
JSON representation

A birthday database app written is C

Awesome Lists containing this project

README

          

# CDbBirthday

A simple, lightweight command line application, written in C, to store
birthday information in an SQLite database. With it, database entries
can be easily stored, viewed, or removed.

The app is built mainly as a programming exercise and showcase.

The project uses the SQLite C/C++ interface, it's amalgamation file is attached
for easier compilation. The SQLite code **[is in the public domain](https://sqlite.org/copyright.html)**.

Windows and Linux binaries are included. Tested on: Windows 11, MX Linux 23.4, Lubuntu 22.04 LTS.

---

**[Contact](mailto:lcs_it@proton.me)**

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)