neo4j-migrations is the recommended way to handle neo4j database migrations.
Database migration tools are a better way of iteratively updating a database over time. We use flyway for Sysrev.com and it has been very helpful. This might remove schema definition from neo4j_store.py.
neo4j-migrations is the recommended way to handle neo4j database migrations.
Database migration tools are a better way of iteratively updating a database over time. We use flyway for Sysrev.com and it has been very helpful. This might remove schema definition from
neo4j_store.py
.