Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Error message when postgres is not installed #235

Open jayvdb opened 3 months ago

jayvdb commented 3 months ago

This can probably be improved by https://crates.io/crates/which

thread 'migrate_and_rollback_pg' panicked at butane_test_helper/src/lib.rs:85:10: failed to run initdb: Os { code: 2, kind: NotFound, message: "No such file or directory" }