neo4j-go-driver
neo4j-go-driver copied to clipboard
Package tidy up
Changes Made
-
Refactoring Types to
configPackage:- Moved
Bookmarkstype and related code into theconfigpackage. - Relocated
TransactionConfigandSessionConfigto theconfigpackage. - Transferred
AccessModeto theconfigpackage.
- 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 👍