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

https://github.com/lnsp/csvpp

A small CSV table parser written in C++!
https://github.com/lnsp/csvpp

Last synced: 3 months ago
JSON representation

A small CSV table parser written in C++!

Awesome Lists containing this project

README

          

CSVpp
=====

A small CSV table parser written in C++!

Milestones:
- Simple table management :heavy_check_mark:
- Added file loading / saving :heavy_check_mark:
- Implement simple SQL query system (soon)