Entity Framework MigrationSqlGenerator for SQLite

后端 未结 5 744
予麋鹿
予麋鹿 2020-12-19 00:57

is there a MigrationSqlGenerator for SQLite to use with entity framework? I only found one from devart which is commercial.

No MigrationSqlGenerator f

5条回答
  •  攒了一身酷
    2020-12-19 01:34

    I think we can use the same concept of Android for making a simple Migration engine for SQLite. This post shows that concept. Of course we don't have any working MigrationSqlGenerator but that concept is reliable und useful.

提交回复
热议问题