New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[diesel-cli] Should parse ~ as home of current user #349

Closed
h4llow3En opened this Issue Jun 5, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@h4llow3En

h4llow3En commented Jun 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

@sgrif

This comment has been minimized.

Member

sgrif commented Jun 7, 2016

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 sgrif closed this Jun 7, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment