database-migration-files 0.1.0

Database agnostic handling of migration files.
Documentation
# database-migration-files


[![crates.io][crates-badge]][crates-url]
[![docs.rs][docs-badge]][docs-url]
[![Apache-2.0 licensed][license-badge]][license-url]
![MSRV][msrv-badge]
[![code coverage][code-coverage-badge]][code-coverage-url]

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.


<!-- Badges and related URLs --> 


[crates-badge]: https://img.shields.io/crates/v/database-migration-files.svg

[crates-url]: https://crates.io/crates/database-migration-files

[docs-badge]: https://docs.rs/database-migration-files/badge.svg

[docs-url]: https://docs.rs/database-migration-file

[license-badge]: https://img.shields.io/github/license/innoave/surrealdb-migrate?color=blue

[license-url]: https://github.com/innoave/surrealdb-migrate/blob/main/LICENSE

[msrv-badge]: https://img.shields.io/crates/msrv/database-migration-files?color=grey

[code-coverage-badge]: https://codecov.io/github/innoave/surrealdb-migrate/graph/badge.svg?token=o0w7R7J0Op

[code-coverage-url]: https://codecov.io/github/innoave/surrealdb-migrate


<!-- External Links -->


[SurrealDB-Migrate]: https://github.com/innoave/surrealdb-migrate