302 B
302 B
!!NOT WORKS...
cargo install diesel_cli --no-default-features --features sqlite
diesel setup --database-url=file:test.db
diesel migration generate create_posts
diesel migration run --database-url=file:test.db
https://github.com/diesel-rs/diesel/tree/master/examples/sqlite/getting_started_step_3