Implementation of the SimpleDB database system in Go.
http://www.cs.bc.edu/~sciore/simpledb/
Launch the SimpleDB server with the following command:
go run ./cmd/simpledb -dir "path/to/db"
Clients can connect to the server using the psql
command line tool:
psql -h localhost -p 45432
See below files: