Fork me on GitHub
#arachne
<
2016-11-24
>
andrewhr23:11:43

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.