Skip to content

thalles-victor/sql-server-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SQl server

This project is a learning project and should not be used in production

Requirement

install go

Start sql server

go run server

Connect in sql with telnet

telnet localhost 8080

create table

CREATE TABLE "table_name" (column1, column2, ...)

insert into table

INSERT INTO "table_name" VALUES (values1, values2, ...)

select from table

SELECT * FROM "table_name)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages