https://github.com/cbozan/simple-database-with-c
A simple database console application written in C where data is kept and records can be accessed, updated, listed and deleted when necessary.
https://github.com/cbozan/simple-database-with-c
c-console-app c-programming c-programming-language console-app console-application database database-management-system
Last synced: about 2 months ago
JSON representation
A simple database console application written in C where data is kept and records can be accessed, updated, listed and deleted when necessary.
- Host: GitHub
- URL: https://github.com/cbozan/simple-database-with-c
- Owner: cbozan
- License: mit
- Created: 2022-03-12T23:55:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T18:40:30.000Z (about 3 years ago)
- Last Synced: 2025-03-24T03:23:00.109Z (3 months ago)
- Topics: c-console-app, c-programming, c-programming-language, console-app, console-application, database, database-management-system
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-database-with-c
A simple database console application written in C where data is kept and records can be accessed, updated, listed and deleted when necessary.---
## ScreenshotDatabase selection

Menu

Print data

## Requirements
> download and run.