module
Version:
v0.0.0-...-f465334
Opens a new window with list of versions in this module.
Published: Feb 4, 2025
License: MIT
Opens a new window with license information.
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:
Directories
¶
cmd
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.