This project is a learning project and should not be used in production
install go
go run server
telnet localhost 8080
CREATE TABLE "table_name" (column1, column2, ...)
INSERT INTO "table_name" VALUES (values1, values2, ...)
SELECT * FROM "table_name)