arachne

Project Page: http://arachne-framework.org/ Kickstarter: https://www.kickstarter.com/projects/1346708779/arachne-rapid-web-development-for-clojure
2016-11-24T23:57:43.000082Z

Reading up https://github.com/arachne-framework/architecture/blob/master/adr-016-db-migrations.md it’s not quite clear how Chimera will roll up an Entity Type. It will do it by inspecting the database after changing it or will do it by itself? I could be missing something, but depending on inspecting a live database could cause some operational burden and an extra dependency. Otherwise, doing it by itself could impose limitations given the presence of native migrations for example.