adding quickfix library

This commit is contained in:
Ramiro Paz
2026-03-12 12:08:34 -03:00
parent 9e55c5c562
commit c09a1fd21a
1311 changed files with 1887342 additions and 2 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