adding mysql support, table creation tested, TODO schema

This commit is contained in:
ycc
2023-06-27 23:19:50 +02:00
parent cf652439b4
commit 974fab1d64
8 changed files with 368 additions and 19 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module forge.redroom.link/yves/sqldb
go 1.17
require github.com/lib/pq v1.10.4
require (
github.com/go-sql-driver/mysql v1.7.1
github.com/lib/pq v1.10.4
)