Hello,
I'm migrating my liquigraph codebase to the neo4j plugin for liquibase: GitHub - liquibase/liquibase-neo4j: Neo4j extension for Liquibase (thanks for the tool).
Do you recommend a particular format (yml, xml or other) for writing neo4j migrations ?
Previously I wrote liquigraph migrations in xml format, but since ou liquibase postgres dev rely on yml format I'm considering using yml format now for neo4j.
Unless this implies some headaches with cypher, hence my question
Thanks,
Adrian