ChiisaiDB is a toy DBMS project for the course Introduction to Database System offered by YSChen.
You'll need Eclipse and m2e to open the porject.
To run ChiisaiDB, you'll need to:
- Open
Eclipse
and importChiisaiDB
as amaven project
. - Navigate to package
nihongo.chiisaidb
- Right click
UI.java
>Run as
>Java Application
A packed jar
file is also provided at target/chiisai-0.0.1-SNAPSHOT.jar
You may use this jar as an executable with the following command:
cd target
java -jar chiisai-0.0.1-SNAPSHOT.jar