https://github.com/simpson-computer-technologies-research/binary_simple_c_db
https://github.com/simpson-computer-technologies-research/binary_simple_c_db
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpson-computer-technologies-research/binary_simple_c_db
- Owner: Simpson-Computer-Technologies-Research
- Created: 2024-04-22T04:44:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T04:48:06.000Z (about 2 years ago)
- Last Synced: 2024-04-22T05:47:08.210Z (about 2 years ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Database in C
Uses a Binary File to store/delete structs
```
[DATA]
ID: 2
Value: 20
[DATA]
ID: 3
Value: 30
```