Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Deathhush/HushDB
HushDB is an experimental relational database. It aims to have an extensible design so that different parts, like optimizer and storage engine can be easily substitued with different implementations to explore new ideas in the database area.
https://github.com/Deathhush/HushDB
Last synced: 3 months ago
JSON representation
HushDB is an experimental relational database. It aims to have an extensible design so that different parts, like optimizer and storage engine can be easily substitued with different implementations to explore new ideas in the database area.
- Host: GitHub
- URL: https://github.com/Deathhush/HushDB
- Owner: Deathhush
- License: mit
- Created: 2014-11-30T13:39:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T14:11:44.000Z (over 8 years ago)
- Last Synced: 2024-07-31T15:03:12.189Z (6 months ago)
- Language: C++
- Homepage:
- Size: 80.1 KB
- Stars: 86
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - HushDB - HushDB is an experimental relational database. It aims to have an extensible design so that different parts, like optimizer and storage engine can be easily substitued with different implementations to explore new ideas in the database area. (C++)
README
HushDB
======HushDB is an experimental relational database. It aims to have an extensible design so that different parts, like optimizer and storage engine can be easily substitued with different implementations to explore new ideas in the database area.