Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/letmutx/students-db

Holds student records in memory, performs CRUD and search
https://github.com/letmutx/students-db

c skiplist

Last synced: 20 days ago
JSON representation

Holds student records in memory, performs CRUD and search

Awesome Lists containing this project

README

        

# students-db
Holds student records in memory, performs CRUD and search

* Loads a bunch of student records from file
* Constructs a skiplist in memory
* You can create, read, update and delete(delete marks a record as deleted, actually) records
* You can search based on all fields too