package
Version:
v0.0.0-...-081b122
Opens a new window with list of versions in this module.
Published: Dec 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Connect create db connection
type Base struct {
ID string `gorm:"type:uuid;primary_key;type:char(36);column:id"`
CreatedAt time.Time `gorm:"not null"`
UpdatedAt time.Time
DeletedAt *time.Time
}
type MySQL struct {
*gorm.DB
}
MySQL refrence a mysql db
Source Files
¶
Click to show internal directories.
Click to hide internal directories.