Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/televisionninja/csv-database

This was a university project where I have to implement a file based database system that uses csv files.
https://github.com/televisionninja/csv-database

binary-search csv database

Last synced: 11 days ago
JSON representation

This was a university project where I have to implement a file based database system that uses csv files.

Awesome Lists containing this project

README

        

# csv-database
This was a university project where I had to implement a file based database system that uses csv files. This program generates a fixed length data file from a csv to be used as the database.

### Record Data
![display_record](./images/display_record.png)

### First 10 Records
![report](./images/report.png)