https://github.com/simpsonresearch/binary_simple_c_db
https://github.com/simpsonresearch/binary_simple_c_db
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpsonresearch/binary_simple_c_db
- Owner: simpsonresearch
- Created: 2024-04-22T04:44:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T04:48:06.000Z (over 1 year ago)
- Last Synced: 2025-08-11T15:30:01.425Z (5 months 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
```