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

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.

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.

---
## Screenshot

Database selection

![1](https://user-images.githubusercontent.com/71611710/158662386-106bd927-4eb9-4397-bbee-7a03b024e221.png)



Menu

![2](https://user-images.githubusercontent.com/71611710/158662448-dcca0b6e-2b9c-4eac-af3b-a01743ae14ae.png)



Print data

![3](https://user-images.githubusercontent.com/71611710/158662488-ba47390e-acd3-454f-889d-028e62dbc3fa.png)

## Requirements
> download and run.