-
Notifications
You must be signed in to change notification settings - Fork 0
wangyix/448_DBMS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CS448 - Project 2 Author: Yixin Wang Login: wang420 Email: [email protected] Java project executable is 448_DBMS.jar. To execute, cd to the project directory. There are 3 ways to execute: java -jar 448_DBMS.jar java -jar 448_DBMS.jar username java -jar 448_DBMS.jar username < commands.sql The first option will prompt for the username, then execute in interactive mode. The second option will log in using the username arg and execute in interactive mode. The third option will log in using the username arg and execute in batch mode, executing all the commands in the given .sql file. Note: if using input redirection for executing SQL commands in a file, the program will execute the QUIT command when the end of file if no QUIT command exists in the file.
About
Simple DBMS for Purdue CS448.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published