Morpheus is a modern, open-source database migration tool for Neo4j. It is designed to be a simple, intuitive tool for managing database migrations. The project is inspired by Michael Simons' tool for Java.
MIT License
19
stars
4
forks
source link
fix: allow setting database config property from env var #35
Hey Mariano, I realised I forgot to allow setting the database property from the MORPHEUS_DATABASE env var. This PR should fix that.