Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krisluczka/rapidvault

The new relational database management system, written in modern C++, abandons the standard SQL query language. Its main goal is to create a strong alternative to currently the most commonly used database engines. Features dynamically typed columns types.
https://github.com/krisluczka/rapidvault

cpp database database-management database-management-systems

Last synced: 2 months ago
JSON representation

The new relational database management system, written in modern C++, abandons the standard SQL query language. Its main goal is to create a strong alternative to currently the most commonly used database engines. Features dynamically typed columns types.

Awesome Lists containing this project

README

        

## Relational database management system written in modern C++

This project aims to create a strong alternative to the currently used databases systems with these features:
* Abandoning the SQL for a new query language.
* Switching from statically typed columns to dynamically typed.
* A departure from the current requirement to define relationships.

## Documentation
Currently the documentation is available at https://krisluczka.github.io/RapidVault/.

## Contributing
Since this project is open source, let me know (by creating an issue or pull request etc.) if you:
* found or fix a bug,
* found a new solution that would increase performance or memory management,
* or just found a new idea that would make RapidVault a better database management system.