关于go通过驱动模式连接neo4j数据库的问题

c814516149 · · 2609 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

// Open opens a new Bolt connection to the Neo4J database func (d *boltDriver) Open(connStr string) (driver.Conn, error) { return newBoltConn(connStr, d) // Never use pooling when using SQL driver } // Open opens a new Bolt connection to the Neo4J database. Implements a Neo-friendly alternative to sql/driver. func (d *boltDriver) OpenNeo(connStr string) (Conn, error) { return newBoltConn(connStr, d) } 我看驱动包里API中入参只有一个string类型参数,请问那个连接数据库需要的用户名和密码应该在哪里写呢?

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

2609 次点击  
加入收藏 微博
1 回复  |  直到 2017-11-16 01:20:46
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传