Skip to content

feel2code/db_cli_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db_cli_tools

version: 1.0.0

Description

This is an interactive command line tool for working with databases. It is a wrapper around the clickhouse-cli, pgcli, mycli, mongosh, litecli interactive CLIs. It provides a simple interface for running queries and viewing results.

Changelog:

  • v1.0.0 clickhouse client replaced with clickhouse-cli, because of lack of HTTP protocol. native client supports only native protocol, unfortunately.

Installation

git clone http://github.com/feel2code/db_cli_tools.git && cd db_cli_tools && chmod +x install.sh && ./install.sh

Then you will need to prepare URIs for database connections in .env file. There is an example env-template file exists in this repo.

Usage

./db.sh             starts the interactive CLI tool
./db.sh --help      shows the help message
./db.sh --version   shows the version of the tool

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Custom DB CLI shell tools. Integrates several CLIs into one interactive script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors