cyhsutw-courses / database_toy-dbms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 53.8%Language:Java 46.2%