arachne

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.

hl2zip 2016-11-29T04:04:39.000086Z

@hl2zip has joined the channel

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!