driver

module
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2022 License: MulanPSL-2.0

README

driver

介绍

该项目是基于 GORM Driver 接口实现各种方言数据库包

安装教程
# 达梦数据库
go get gitee.com/jun3372/driver/dm
使用说明
import (
    "gitee.com/jun3372/driver/dm"
    "gorm.io/gorm"
)

func main() {
    dsn := "dm://SYSDBA:SYSDBA@localhost:5236"
    db, err := gorm.Open(dm.Open(dsn), &gorm.Config{})
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL