# bashsql **Repository Path**: sunlightcode/bashsql ## Basic Information - **Project Name**: bashsql - **Description**: BashSQL is a very convenient and compact database command line tool. It is completely developed using Bash scripts. - **Primary Language**: 其他 - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BashSQL BashSQL is a very convenient and compact database command line tool. It is completely developed using Bash scripts. Its main purpose is to help programmers quickly learn to learn Bash script programming. BashSQL can support MySQL (default), Oracle, Redis, MongoDB, SunlightDB, TimelineDB, TiDB, GBase, OMycat and other general-purpose databases and database middleware systems. Compared with the commonly used command line tools, you don't have to enter the cumbersome string to log in to the database every time, and have clearer command prompt information. Of course, you can also customize keywords to help you quickly query, retrieve, and update data. BashSQL is a good alternative to environments where the graphical interface is not available. BashSQL是一个非常方便小巧的数据库命令行工具,完全使用Bash脚本开发,其主要目的是帮助程序员快速了解学习Bash脚本编程。BashSQL可以支持MySQL(默认)、Oracle、Redis、MongoDB、SunlightDB、TimelineDB、TiDB、GBase、OMycat等各类通用型数据库及数据库中间件系统。与常用的命令行工具相比,不必每次输入烦琐的字符串登陆数据库,拥有更清楚的命令提示信息。当然你也可以定制关键字,帮助你快速查询、检索、更新数据。在图形界面无法使用的环境下,BashSQL是一个不错的替代工具。