Skip to content

Commit 85e3894

Browse files
committed
升级dm版本8.1.2.18
1 parent 0680200 commit 85e3894

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+29149
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# dm
2+
3+
### 介绍
4+
```
5+
go get gitee.com/chunanyong/dm
6+
```
7+
达梦数据库官方golang驱动,本项目和官方驱动版本同步,方便go mod 使用.
8+
安装达梦数据库(版本>=8.1.1.126),安装目录下 drivers/go/dm-go-driver.zip
9+
10+
golang轻量ORM https://gitee.com/chunanyong/zorm 支持达梦数据库
11+
12+
### DSN
13+
dm://userName:password@ip:port
14+
用户名(userName)就是数据库的名称,达梦用户模式和数据库名称是对应的
15+
建议达梦使用UTF-8字符编码,不区分大小写
16+
17+
### 版本号
18+
golang三段位版本号和达梦四段位版本号不兼容,统一使用1.达梦主版本号.发布的小版本号,具体查看标签的备注
19+
v1.8.0 备注是 达梦8.1.1.126
20+
v1.8.1 备注是 达梦8.1.1.190
21+
v1.8.2 备注是 达梦8.1.2.18
22+
23+
24+
25+

VERSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#8.1.2.18
2+
#2021.06.02
3+
#6675

0 commit comments

Comments
 (0)