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

https://github.com/svenslaggare/database

Simple SQL like database implemented in C++14
https://github.com/svenslaggare/database

cpp database implementation sql

Last synced: about 2 months ago
JSON representation

Simple SQL like database implemented in C++14

Awesome Lists containing this project

README

          

# Simple SQL like Database
## Features
* Query parsing
* Basic filtering
* Ordering
* Inner joins
* Index scans

## Implemention
* C++14
* CMake