Skip to content

borgoat/simpledb-3.4

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%