Yale Cason III

Results 2 comments of Yale Cason III

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

Well, here's the updated link: https://docs.rs/diesel/0.16.0/diesel/macro.embed_migrations.html The basic usage is ```rust embed_migrations!("../migrations/sqlite"); fn main() { let connection = establish_connection(); // This will run the necessary migrations. embedded_migrations::run(&connection); // By default...