Skip to content

cyhsutw-courses/database_toy-dbms

Repository files navigation

ChiisaiDB

ChiisaiDB is a toy DBMS project for the course Introduction to Database System offered by YSChen.

How to use it?

You'll need Eclipse and m2e to open the porject.

To run ChiisaiDB, you'll need to:

  1. Open Eclipse and import ChiisaiDB as a maven project.
  2. Navigate to package nihongo.chiisaidb
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published