(Go: >> BACK << -|- >> HOME <<)

Skip to content

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!

Notifications You must be signed in to change notification settings

davydany/dbmole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMole

A database connectivity testing tool. Currently works with Oracle, but plans are to make it work with databases that are supported by Java.

Download DBMole

Supported Databases

  • Oracle
  • Oracle with TLS
  • PostgreSQL
  • MongoDB
  • MySQL
  • MariaDB

Getting Started

  1. Download the dbmole-<VERSION>.jar jar file from here: Download DBMole
  2. Run: java -jar dbmole-<VERSION>.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.

About

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!

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages