psqlittle

module
v0.0.0-...-c3ef3ee Latest Latest
Warning

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

Go to latest
Published: May 1, 2021 License: MIT

README

PSQLittle

PSQLittle is a yet another RDBMS compatible with PostgreSQL. This is for me to study RDBMS.

demo.gif

git clone https://github.com/goropikari/psqlittle.git
cd psqlittle
docker build -t psqlittle .
docker run -it -p 15432:5432 psqlittle  # server mode
psql -h 127.0.0.1 -p 15432  # connect dbms by using psql

docker run -it psqlittle repl  # repl mode

Directories

Path Synopsis
mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
cmd
testing
mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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