dbtest

command module
v0.0.0-...-527c073 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2022 License: MIT Imports: 6 Imported by: 0

README

Database connection tester

tool for testing database connection

Usage:

  • dbtest driver "DSN"
  • dbtest sqlserver "sqlserver://{username}:{password}@{host}/{instance}?database={db}"

Avaible drivers with avaible DSN formats:

  • sqlserver
    1. sqlserver://{username}:{password}@{host}/{instance}?database={db}
    2. sqlserver://{username}:{password}@{host}:{port}?database={db}
  • mysql
    1. {username}:{password}@{protocol}({host})/{dbname}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL