You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add an option to pass your own driver instead of relying on the automatically created one. See set_connection method. NB : only accepts the synchronous driver for now.
Add a close_connection method to explicitly close the driver to match Neo4j deprecation.
Add a DATABASE_NAME config option, available for both auto- and self-managed driver modes.
Add neomodel_inspect_database script, which inspects an existing database and creates neomodel class definitions for all objects.
Add support for pandas DataFrame and Series ; numpy Array
Add relationship uniqueness constraints - for Neo4j >= 5.7