repositorypackage
0.1.0
Repository: https://github.com/jasonlabz/gorm-dm-driver.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
gorm-dm-driver
达梦数据库 gorm方言包
使用方法同gorm官方支持的mysql、postgres等一致
go get
go get github.com/jasonlabz/gorm-dm-driver@master
DSN格式:
dm://user:password@host:port?schema=SYSDBA[&propName2=propValue2]…