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

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.

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.