fse-cli 0.6.0

The fse binary: generates and applies sqlx migrations from #[derive(Table)] structs and refreshes the offline query cache — no sqlx-cli needed.
Documentation
1
2
3
4
5
6
7
//! Library behind the `fse` binary, split out so the migrate flow is
//! integration-testable without spawning the binary.

pub mod config;
pub mod migrate;
pub mod modules;
pub mod prepare;