DEV Community

Volodymyr Kuiantsev
Volodymyr Kuiantsev

Posted on

Automatic migration for SQLite schemas

We have built automatic migration for SQLite schemas.

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.

It’s for BaaS but can be used for free no strings attached locally.

https://github.com/Calljmp/calljmp-cli

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.