Module bonsaidb_local::cli

source ·
Expand description

Command-line interface helpers.

Modules

  • Commands for administering the bonsaidb server.
  • Commands for querying the schemas.

Enums

Functions

  • Reads a password from stdin, wrapping the result in a SensitiveString. If confirm 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.