1. 首页
  2. 编程语言
  3. 其他
  4. Cassandra的Go开发包GoCqlTable.zip

Cassandra的Go开发包GoCqlTable.zip

上传者: 2019-09-03 07:54:14上传 ZIP文件 287.27KB 热度 26次
GoCqlTable封装了GoCql-driver目的是简化Go语言操作Cassandra数据库。示例代码:// Generic initialization of gocqlc := gocql.NewCluster("127.0.0.1")s, err := c.CreateSession()if err != nil {    log.Fatalln("Unable to open up a session with the Cassandra database (err="  err.Error()  ")")}// Tell gocqltable to use
下载地址
用户评论