simple-db

module
v0.0.0-...-f465334 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2025 License: MIT

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

Path Synopsis
cmd
internal
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL