- 
description: A simple menu driven database written in C++ 11. It support general database functionalities like create and drop tables, insert and delete records, and display records in a table. 
- 
how to run: - compile library.cpp and library_main.cpp
- run the compiled executable
 
- 
desgin structure: - library.cpp and library.h are a library class contains all the functionalities for this database
- library_main.cpp is the main file that runs the database
- DBtables folder structure:
   
- 
interface: 
- 
functionalities: - column length constraint
- error and exception handling: e.g. column length must be an integer; column variable cannot contain space or punctuation except underscore _
- optimization: insert and delete are stored in a vector, will operate(write to table or delete from table) only once
 
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Shutong-Song/menu_driven-database
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A simple menu driven database written in C++
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published 
      
              






