Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/krisluczka/rapidvault
- Owner: krisluczka
- License: mit
- Created: 2024-02-19T20:26:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-04T16:08:24.000Z (8 months ago)
- Last Synced: 2024-05-04T17:25:39.130Z (8 months ago)
- Topics: cpp, database, database-management, database-management-systems
- Language: C++
- Homepage: https://krisluczka.github.io/RapidVault/
- Size: 289 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.