dbmigrate
dbmigrate copied to clipboard
Handle ~ in path
So i can use a path like ~/code/migrations
Try this: https://doc.rust-lang.org/std/path/struct.Path.html#method.canonicalize and https://doc.rust-lang.org/std/env/fn.home_dir.html
Example https://repl.it/NbSE/2
?
Ah interesting thanks!