You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ORMs such as Django and SQLAlchemy not only support type-checked migrations, but can automatically generate the initial migration to create the models. I find this by far the most valuable migration-related feature as it saves me from having to write the schema in two places (in the actual model definition and in the initial migration). I don't see it documented anywhere (my apologies if I missed), but if it's there I will switch from Granite to this (Granite kind of supports it but it only works with a tiny subset of Granite's features so I can't actually use it).
The text was updated successfully, but these errors were encountered:
ATM Jennifer doesn't support this and I doesn't have this in the future feature list (before I haven't use such a feature anywhere). As an alternative you can use model generator to generate model and migration (here) but it wont help in the case when you already have models written by hand. Personally I believe that the opposite feature is much more required - create basic models based on existing DB schema (I have this in my plan but with low priority). Does it help you?
ORMs such as Django and SQLAlchemy not only support type-checked migrations, but can automatically generate the initial migration to create the models. I find this by far the most valuable migration-related feature as it saves me from having to write the schema in two places (in the actual model definition and in the initial migration). I don't see it documented anywhere (my apologies if I missed), but if it's there I will switch from Granite to this (Granite kind of supports it but it only works with a tiny subset of Granite's features so I can't actually use it).
The text was updated successfully, but these errors were encountered: