SQLite的自动迁移

1作者: vlad_kuiantsev大约 2 个月前原帖
我们已经为SQLite模式构建了自动迁移功能。<p>您可以定义所需的SQLite数据库模式文件,命令行工具将为您生成所需的迁移文件。<p>这项功能是为BaaS(后端即服务)设计的,但在本地使用时可以免费,无任何附加条件。<p>https://github.com/Calljmp/calljmp-cli
查看原文
We have built automatic migration for SQLite schemas.<p>You can define schema files of what you want your SQLite database to look like and the CLI will generate required migration files for you.<p>It’s for BaaS but can be used for free no strings attached locally.<p>https:&#x2F;&#x2F;github.com&#x2F;Calljmp&#x2F;calljmp-cli