adam-cowley / neode

Neo4j OGM for Node.js
MIT License
394 stars 72 forks source link

Enable neo4j v5 schema support #175

Closed MrAnde7son closed 1 year ago

MrAnde7son commented 1 year ago

With Neo4j v5, schema creation syntax is changed. This change will enable schema creation support for v5.

exoup commented 1 year ago

This does allow for the creation of schema but dropping schema is broken with this change. Can that be addressed?