Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up[diesel-cli] Should parse ~ as home of current user #349
Comments
This comment has been minimized.
|
Diesel doesn't have any control over how file paths are parsed. They're handled either by the Rust file APIs, or by SQLite. |
sgrif
closed this
Jun 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
h4llow3En commentedJun 5, 2016
If you want to create a database in your home directory you have to do it with the specific path e.g. /Users/username/ it would be better if diesel-cli could parse ~ as $HOME