package mysqldialect
Import Path
github.com/uptrace/bun/dialect/mysqldialect (on go.dev)
Dependency Relation
imports 12 packages, and imported by one package
Package-Level Type Names (only one, which is exported)
appenderMap sync.Map
features feature.Feature
scannerMap sync.Map
tables *schema.Tables
(*T) Append(fmter schema.Formatter, b []byte, v interface{}) []byte
(*T) Appender(typ reflect.Type) schema.AppenderFunc
(*T) Features() feature.Feature
(*T) FieldAppender(field *schema.Field) schema.AppenderFunc
(*T) IdentQuote() byte
(*T) Init(db *sql.DB)
(*T) Name() dialect.Name
(*T) OnTable(table *schema.Table)
(*T) Scanner(typ reflect.Type) schema.ScannerFunc
(*T) Tables() *schema.Tables
*T : github.com/uptrace/bun/schema.Dialect
func New() *Dialect
Package-Level Variables (only one, which is unexported)
Package-Level Constants (only one, which is unexported)
![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |