Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} gotomicro / gorm-driver-dm Public Notifications You must be signed in to change notification settings Fork 1 Star 2 ...
达梦,gorm,driver,dm. Contribute to gotomicro/gorm-driver-dm development by creating an account on GitHub.
BGVP DM9 is the latest ninth-generation flagship from BGVP that brings us a combination of nine high-performance drivers on each side. Under a beautiful wooden ear shell, BGVP DM9 encloses four low-voltage EST drivers, one liquid silicone dynamic driver, and four high-performance balanced arma...
A Car Stopped Just in the Middle of the Street Joan has been charged with a misdemeanor by asking her 13-year-old son to drive, putting her child in a dangerous situation. It was Joan.s 32nd birthday, so she decided to go out for dinner with her 35-year-old bo...
BGVP DM9 is the latest ninth-generation flagship from BGVP that brings us a combination of nine high-performance drivers on each side. Under a beautiful wooden ear shell, BGVP DM9 encloses four low-voltage EST drivers, one liquid silicone dynamic driver, and four high-performance balanced arma...
module github.com/gotomicro/gorm-driver-dm go 1.16 require ( github.com/ego-component/egorm v1.1.0 github.com/emirpasic/gods v1.12.0 github.com/golang/snappy v0.0.4 // indirect github.com/gotomicro/dmgo v1.8.12 github.com/gotomicro/ego v1.0.3 github.com/pingcap/tidb/pkg/parser v0....
gotomicro/gorm-driver-dmPublic NotificationsYou must be signed in to change notification settings Fork1 Star2 Files main clauses examples .gitignore README.md create.go dm.go dsn.go go.mod migration.go raw.go reserved.go
达梦,gorm,driver,dm. Contribute to gotomicro/gorm-driver-dm development by creating an account on GitHub.
达梦,gorm,driver,dm. Contribute to gotomicro/gorm-driver-dm development by creating an account on GitHub.
package gormdm import ( "strings" "github.com/emirpasic/gods/sets/hashset" "github.com/thoas/go-funk" ) var ReservedWords = hashset.New(funk.Map(ReservedWordsList, func(s string) interface{} { return s }).([]interface{})...) func IsReservedWord(v string) bool { return Reserved...