liquibase-neo4j
liquibase-neo4j copied to clipboard
Support BLOB and CLOB Load Data types (for files only)
Note: inline BLOB and CLOB content is already supported.
This should be easier to implement once https://github.com/liquibase/liquibase-neo4j/pull/288 is merged.
For reference, the external (now unsupported) JDBC connector also lacks support:
- https://github.com/neo4j-contrib/neo4j-jdbc/issues/347
- https://github.com/neo4j-contrib/neo4j-jdbc/issues/348
need to be implemented.