neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
494 stars 70 forks source link

Move `SessionConfig` and `TransactionConfig` to the `config` package #473

Open fbiville opened 1 year ago

fbiville commented 1 year ago

Similar approach as #472, move these to the package (and any other types referenced by it), introduce type aliases to neo4j and deprecate the latter.