rlch / neogo

A Golang-ORM for Neo4J which creates idiomatic & fluent Cypher.
MIT License
7 stars 4 forks source link

Documentation of driver methods #16

Closed guilinonline closed 4 weeks ago

guilinonline commented 1 month ago

只知道基本用法,不知道各方法的具体用法和作用,比如ReadSession用法,什么情况下用

rlch commented 4 weeks ago

You can find documentation here:

https://pkg.go.dev/github.com/rlch/neogo

Some APIs are more conducive to documentation through unit-tests than comments; see the example for ReadSession and other key-methods here:

https://pkg.go.dev/github.com/rlch/neogo#example-Driver-ReadSession