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

https://github.com/marrrco7/database-management-system-in-c-

C++ extendable database management system supporting SQL-like operations.
https://github.com/marrrco7/database-management-system-in-c-

Last synced: 6 months ago
JSON representation

C++ extendable database management system supporting SQL-like operations.

Awesome Lists containing this project

README

          

Database management application in C++ that allows handling queries in SQL-like commands, along with datatype validation. With functionalities to create, modify, query, and manage databases.
To help you get started, I've included a queries.txt file in the repository, which contains several sample queries you can try.
These queries demonstrate how to create, modify, and query the database using the application's supported syntax.

Feel free to explore and modify the queries to suit your needs...