Data-only
migration.toml
Section titled “migration.toml”schema = "app"data_only = true
[source]type = "sqlite"dsn = "./source.db"
[target]dsn = "postgres://postgres:postgres@127.0.0.1:5432/target_db?sslmode=disable"Raw files: migration.toml