arachne

Project Page: http://arachne-framework.org/ Kickstarter: https://www.kickstarter.com/projects/1346708779/arachne-rapid-web-development-for-clojure
luke 2016-11-29T02:23:22.000085Z

Hey @andrewhr, just saw your message. Chimera will roll up entity type definitions by inspecting the sequence of migrations and using that to build a point-in-time entity type model. Chimera/Arachne will never inspect a database (except to assert that what is present matches what is expected); the configuration is always the source of truth.

2016-11-29T12:48:38.000087Z

@luke yeah, looks like a sane tradeoff to me. Native migrations should really be the exception (and preferably, only at application-level modules)

2016-11-29T12:48:45.000088Z

thanks for the response!