initial version

This commit is contained in:
2023-04-26 19:56:30 -07:00
parent 1a491c228f
commit 08f8943fc7
24 changed files with 781 additions and 0 deletions

5
extension/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module main.go
go 1.16
require github.com/go-sql-driver/mysql v1.6.0