database-migration-files 0.1.0

Database agnostic handling of migration files.
Documentation

database-migration-files

crates.io docs.rs Apache-2.0 licensed MSRV code coverage

This lib provides functions to manage database migration scripts stored on a filesystem. The implemented functionality can be used with any database script language, e.g. SQL, SurrealQL, ArangoQL, ...

This crate is currently part of the SurrealDB-Migrate project. It is developed for the needs of this project but could be used by other database migration projects as well.