Skip to content

kevincfz/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database

#####A simple SQL database implemented with Java. ######To run this game, first run the following to compile:

make clean
make

######then you can use the following java command to run the game:

java db61b.Main

######This database supports the following SQL functions:

  • creat
  • load
  • store
  • insert
  • print
  • select with condition

######For detailed specification, please read Specification.pdf, written by Professor Hilfinger.######

Note: This is a CS 61B course project of University of California, Berkeley

About

A simple database implemented with java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published