module
Version:
v0.0.0-...-c3ef3ee
Opens a new window with list of versions in this module.
Published: May 1, 2021
License: MIT
Opens a new window with license information.
README
¶
PSQLittle
PSQLittle is a yet another RDBMS compatible with PostgreSQL.
This is for me to study RDBMS.
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
¶
|
|
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. |
Click to show internal directories.
Click to hide internal directories.