DBeaverPasswordViewer

Crates.ioDBeaverPasswordViewer
lib.rsDBeaverPasswordViewer
version0.1.0
sourcesrc
created_at2024-02-23 16:32:45.423895
updated_at2024-02-23 16:32:45.423895
descriptionA tool for viewing DBeaver Community Edition passwords
homepage
repositoryhttps://github.com/kerwin612/DBeaverPasswordViewer
max_upload_size
id1150766
size23,144
Kerwin Bryant (kerwin612)

documentation

README

DBeaverPasswordViewer

A tool for viewing DBeaver Community Edition passwords

Usage:

DBeaverPasswordViewer path_of_credentials-config.json[#name_of_connection] [iv] [key]

example:

  • List all connection configuration information
DBeaverPasswordViewer $DBEAVER_WORKSPACE/General/.dbeaver/credentials-config.json
  • List configuration information for connection name test_connect
DBeaverPasswordViewer $DBEAVER_WORKSPACE/General/.dbeaver/credentials-config.json#test_connect
Commit count: 0

cargo fmt