https://github.com/davydany/dbmole
A database connectivity testing tool. You simply call DBMole with the parameters needed to connect to your DB (host, port, db, user, password), and let DBMole debug your connection for you!
https://github.com/davydany/dbmole
connectivity database java jdbc mysql odbc ojdbc oracle postgres
Last synced: 2 months ago
JSON representation
A database connectivity testing tool. You simply call DBMole with the parameters needed to connect to your DB (host, port, db, user, password), and let DBMole debug your connection for you!
- Host: GitHub
- URL: https://github.com/davydany/dbmole
- Owner: davydany
- Created: 2018-12-05T18:00:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T16:54:26.000Z (over 6 years ago)
- Last Synced: 2025-02-16T13:31:58.496Z (4 months ago)
- Topics: connectivity, database, java, jdbc, mysql, odbc, ojdbc, oracle, postgres
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBMole
A database connectivity testing tool. Currently works with Oracle, but plans are to make it work with databases that are supported by Java.
[](https://github.com/davydany/dbmole/releases)
## Supported Databases
* Oracle
* Oracle with TLS
* PostgreSQL
* MongoDB
* MySQL
* MariaDB## Getting Started
1. Download the `dbmole-.jar` jar file from here: [](https://github.com/davydany/dbmole/releases)
2. Run: `java -jar dbmole-.jar` to see all the options you can pass to DBConn.
3. Now test the database you want to connect to.## Basic Usage
To get started, run with `--help` flag to see all the options.
You will need to provide the `hostname` and `port` of your database
as they are required, followed by optional fields like `--username`,
`--password`, and `--database`. Use `--help` for additional parameters
and options you can pass to `dbmole`.