adding quickfix

This commit is contained in:
Ramiro Paz
2026-03-09 15:35:32 -03:00
parent 0e8fe168ef
commit fe588e92f1
1222 changed files with 1408232 additions and 1 deletions

6
quickfix/_sql/embed.go Normal file
View File

@ -0,0 +1,6 @@
package sql
import "embed"
//go:embed mssql mysql oracle postgresql sqlite3
var FS embed.FS