Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

MySQL RDBMS Interface Console App

Overview

Interactive console app to interface with a MySQL RDBMS. Built using C++ and SQL. Makes use of I/O streams and string processing. Project submission for Miami University's CSE 278: Systems I during the Fall 2020 semester. Given that I no longer have access to the course's database at the time of this writing, live samples are limited. The following samples are based on the project's requirements document provided by the professor as well as the program manual I created, both of which are included in the repository.

General Project Requirements

General Console Usage

Option Descriptions

Project Requirement: Interactive Mode

Console Usage Example: Interactive Mode

Live Sample: Query in Interactive Mode

Project Requirement: Load File

Console Usage Example: Load File

Live Sample: Load File

Project Requirement: Create Table

Console Usage Example: Create Table

Project Requirement: Drop Table

Console Usage Example: Drop Table

Project Requirement: Write Data

Console Usage Example: Write Data