Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerwin612/dbeaverpasswordviewer
A tool for viewing DBeaver Community Edition passwords
https://github.com/kerwin612/dbeaverpasswordviewer
dbeaver rust-app
Last synced: 3 months ago
JSON representation
A tool for viewing DBeaver Community Edition passwords
- Host: GitHub
- URL: https://github.com/kerwin612/dbeaverpasswordviewer
- Owner: kerwin612
- License: apache-2.0
- Created: 2024-02-21T04:02:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T16:41:57.000Z (11 months ago)
- Last Synced: 2024-04-25T06:00:54.756Z (9 months ago)
- Topics: dbeaver, rust-app
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DBeaverPasswordViewer
> A tool for viewing DBeaver Community Edition passwords**Usage:**
```bash
DBeaverPasswordViewer path_of_credentials-config.json[#name_of_connection] [iv] [key]
```**example:**
* List all connection configuration information
```bash
DBeaverPasswordViewer $DBEAVER_WORKSPACE/General/.dbeaver/credentials-config.json
```
* List configuration information for connection name ***test_connect***
```bash
DBeaverPasswordViewer $DBEAVER_WORKSPACE/General/.dbeaver/credentials-config.json#test_connect
```