Crates.io | sea-migrations |
lib.rs | sea-migrations |
version | 0.0.3 |
source | src |
created_at | 2021-11-10 21:03:29.918131 |
updated_at | 2021-12-17 17:04:56.667578 |
description | Effortless database migrations for SeaORM! |
homepage | |
repository | https://github.com/oscartbeaumont/sea-migrations |
max_upload_size | |
id | 479890 |
size | 26,369 |
This crate aims to provide a simple solution to doing database migrations with SeaORM.
Features:
This project is in beta and could have major changes to API or behavior in future updates. Please refer to issue #1 for more information.
Add sea-migrations
to your dependencies:
[dependencies]
# ...
sea-migrations= "0.0.1"
Check out this example application.