Expand description
Command-line interface helpers.
Modules
- Commands for administering the bonsaidb server.
- Commands for querying the schemas.
Enums
- A backup location.
- An error that may occur from reading a password from the terminal.
- Commands operating on local database storage.
Functions
- Reads a password from stdin, wrapping the result in a
SensitiveString
. Ifconfirm
is true, the user will be prompted to enter the password a second time, and the passwords will be compared to ensure they are the same before returning.