hochanh / simpledb-3.4

Download from http://www.cs.bc.edu/~sciore/simpledb/ and make it work with modern IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleDB

Downloaded from http://www.cs.bc.edu/~sciore/simpledb/ and made it work with modern IDE.

Setup

  • Start server /src/main/java/simpledb/server/StartServer.java

  • Init db /src/main/java/simpledb/simpleclient/CreateStudentDb.java

  • Start client /src/main/java/simpleclient/SimpleIJ.java

Connect> studentdb
SQL> select sname from student;

About

Download from http://www.cs.bc.edu/~sciore/simpledb/ and make it work with modern IDE


Languages

Language:Java 100.0%