add support for connecting to mysql databases

This commit is contained in:
Joel Wetzell
2026-09-05 08:40:47 -05:00
parent bb8c884775
commit 23556d5869
4 changed files with 242 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@ require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/expr-lang/expr v1.17.8
github.com/extism/go-sdk v1.7.1
github.com/go-sql-driver/mysql v1.10.1
github.com/google/jsonschema-go v0.4.3
github.com/gorilla/websocket v1.5.3
github.com/jackc/pgx/v5 v5.10.0
@@ -26,6 +27,7 @@ require (
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/antithesishq/antithesis-sdk-go v0.7.2-default-no-op // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect