This commit is contained in:
ycc
2021-07-30 15:52:01 +02:00
parent eae0a37f50
commit 6f1cb9a2d0
8 changed files with 476 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/redr00m/sqldb
go 1.15
require github.com/lib/pq v1.9.0