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
- Host: GitHub
- URL: https://github.com/operavaria/cdb-birthday
- Owner: OperaVaria
- License: gpl-3.0
- Created: 2024-06-01T18:00:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:52:15.000Z (over 1 year ago)
- Last Synced: 2024-12-28T00:42:49.570Z (over 1 year ago)
- Topics: birthday, c, sqlite
- Language: C
- Homepage: https://github.com/OperaVaria/cdb-birthday
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: COPYING.md
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)**
[](https://www.gnu.org/licenses/gpl-3.0)