Linuxlovers
Linuxlovers
### use two clickhouse address but only connect to first address ### Steps to reproduce host: 10.10.10.80,10.10.10.81 port: 9000 username: "username" password: "password" database: "database" 2. 3. ### Expected behaviour...
We need to use the go language to connect to the gnite database. Could you please support the development of the go client? Thank you
package main import ( "context" "database/sql" "fmt" _ "github.com/amsokol/ignite-go-client/sql" ) func query(db *sql.DB) error { //rows, err := db.Query("SELECT MAKER_ID,CORE_SYM_ID FROM kline WHERE MAKER_ID = '2'") rows, err := db.QueryContext(context.Background(),...