neo4j-go-driver
neo4j-go-driver copied to clipboard
Package tidy up
Changes Made
-
Refactoring Types to
config
Package:- Moved
Bookmarks
type and related code into theconfig
package. - Relocated
TransactionConfig
andSessionConfig
to theconfig
package. - Transferred
AccessMode
to theconfig
package.
- Moved
-
Updating References:
- Updated all previous references from
neo4j.
toconfig.
to reflect the new locations of these types.
- Updated all previous references from
-
Introducing Type Aliases for Backward Compatibility:
- Introduced type aliases in the Neo4j package for each moved type to ensure backward compatibility.
@lucapirolo just letting you know I've not forgotten about this package tidy up! I'll be finishing up reviewing this soon and update the PR afterwards. Thanks again for the large contribution 👍