Skip to content

Commit

Permalink
Merge pull request #3 from jiengup/patch-1
Browse files Browse the repository at this point in the history
Fix some slip in writing
  • Loading branch information
bartdong authored Jan 18, 2024
2 parents 747cd17 + afc0529 commit 67c79f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/02-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
>本篇将介绍应用程序如何连接OpenTenBase数据库进行建库、建表、数据导入、查询等操作。
OpenTenBase兼容所有支持Postgres协议的客户端连接,这里将详细介绍JAVA、C语音、shell语言、Python、PHP、Golang 这6种最常用的开发语言连接OpenTenBase的操作方法。
OpenTenBase兼容所有支持Postgres协议的客户端连接,这里将详细介绍JAVA、C语言、shell语言、Python、PHP、Golang 这6种最常用的开发语言连接OpenTenBase的操作方法。

## 1、JAVA开发
### 1.1、创建数据表
Expand Down Expand Up @@ -1469,4 +1469,4 @@ func db_connect() (conn *pgx.Conn, err error) {
### 6.6、golang相关资源包
需要git的资源包:
https://github.com/jackc/pgx
https://github.com/pkg/errors
https://github.com/pkg/errors

0 comments on commit 67c79f8

Please sign in to comment.