github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/internal/datastore/mysql/version/version.go (about) 1 package version 2 3 // MinimumSupportedMySQLVersion is the minimum version of MySQL supported for this driver. 4 // 5 // NOTE: must match a tag on DockerHub for the `mysql` image. 6 const MinimumSupportedMySQLVersion = "8.0"