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
- Host: GitHub
- URL: https://github.com/svenslaggare/database
- Owner: svenslaggare
- License: mit
- Created: 2018-12-01T13:21:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T13:21:51.000Z (over 7 years ago)
- Last Synced: 2025-03-26T00:19:45.774Z (about 1 year ago)
- Topics: cpp, database, implementation, sql
- Language: C++
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple SQL like Database
## Features
* Query parsing
* Basic filtering
* Ordering
* Inner joins
* Index scans
## Implemention
* C++14
* CMake