Versions in this module Expand all Collapse all v0 v0.1.0 Oct 24, 2025 Changes in this version + const PrefabColumns + const PrefabDatabases + const PrefabTables + type MySQL struct + func NewMySQLDriver() (*MySQL, error) + func (m *MySQL) Capabilities() []database.Capabilities + func (m *MySQL) ConnectionStringTemplate() *template.Template + func (m *MySQL) GetPrefab(r database.Request) (string, []any, error) + func (m *MySQL) GetTemplate(queryType database.RequestType) string + func (m *MySQL) IncreamentPlaceholder() string + func (m *MySQL) Name() string + func (m *MySQL) Quote(value string) string + func (m *MySQL) QuoteRune() rune + func (m *MySQL) RenderCurrentTimestamp() string + func (m *MySQL) RenderPlaceholder(index int) string + func (m *MySQL) RenderTypeCast() string + func (m *MySQL) RenderValue(value any) string + func (m *MySQL) ResolveType(dbType string, value []byte) (any, error)