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.
- Host: GitHub
- URL: https://github.com/marrrco7/database-management-system-in-c-
- Owner: Marrrco7
- Created: 2024-07-17T21:37:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:27:49.000Z (6 months ago)
- Last Synced: 2025-04-04T17:24:50.077Z (6 months ago)
- Language: C++
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...