https://github.com/seanpianka/seandb
A basic database and interactive prompt in C.
https://github.com/seanpianka/seandb
c database repl
Last synced: 3 months ago
JSON representation
A basic database and interactive prompt in C.
- Host: GitHub
- URL: https://github.com/seanpianka/seandb
- Owner: seanpianka
- License: mit
- Created: 2016-12-27T22:37:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T04:39:56.000Z (over 9 years ago)
- Last Synced: 2025-12-15T15:00:13.339Z (7 months ago)
- Topics: c, database, repl
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SeanDB, a simple C database
Exercise #17 from "Learn C the Hard Way", written by Zedd Shaw.
I've added my style to this code, involving more portable implementations of the functions, along with making the program interactive and more expressive in its error output.