repository
0.0.0-20241221193919-3e7d56549a27
Repository: https://github.com/abekoh/simple-db.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
simple-db
Implementation of the SimpleDB database system in Go.
http://www.cs.bc.edu/~sciore/simpledb/
Usage
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
Supported SQL Commands / Examples
See below files: