mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
- use writeConnect all the time unless filling old entries - update column names to clarify UTC datetime - GORM omit Mission association for server events that won't have one - add disconnectDB function to reinit while active
10 lines
127 B
Modula-2
10 lines
127 B
Modula-2
module main.go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
gorm.io/driver/mysql v1.5.1
|
|
gorm.io/gorm v1.25.2
|
|
)
|