Skip to content
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

Add a warning if the defined SQLite vault did not exist and was created on-the-fly #60

Open
rlaphoenix opened this issue May 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rlaphoenix
Copy link
Member

Is your feature request related to a problem? Please describe.
It's possible to put the wrong path to your SQLite file in the config, or move devine and cause relative paths to go to fritz.

Describe the solution you'd like
Warning the user if the .db file didn't exist yet when it loads the vaults would be a good idea.
Perhaps "The Key Vault '' was not found and a new one is being made.", proceeded by:
"Ignore this warning if this is the first time making this Vault.".

Describe alternatives you've considered
We could just stop further execution with a hard error, but then there's no way to make new vaults on the fly.
However, that could be a better solution overall. We could make a devine kv new command that can create a
new SQLite Key Vault at a specific path.

Additional context
N/A

@rlaphoenix rlaphoenix added the enhancement New feature or request label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant