All Projects → zpm-zsh → Mysql Colorize

zpm-zsh / Mysql Colorize

Licence: gpl-3.0
Adds color for mysql tables

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Mysql Colorize

Gbt
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
Stars: ✭ 457 (+437.65%)
Mutual labels:  zsh, mysql
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (+318.82%)
Mutual labels:  zsh, mysql
Dotfiles
My dotfiles
Stars: ✭ 81 (-4.71%)
Mutual labels:  zsh
Mern Social Network
A Notes App developed with MERN stack. Screenshots below. Visit the link for SPA version!! 📝 📒
Stars: ✭ 85 (+0%)
Mutual labels:  mysql
Ourbatis
Enhancement tools that make the development of Mybatis easier.
Stars: ✭ 84 (-1.18%)
Mutual labels:  mysql
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (-3.53%)
Mutual labels:  mysql
Canal mysql nosql sync
基于canal 的 mysql 与 redis/memcached/mongodb 的 nosql 数据实时同步方案 案例 demo canal client
Stars: ✭ 1,254 (+1375.29%)
Mutual labels:  mysql
Sql
MySQL & PostgreSQL pipe
Stars: ✭ 81 (-4.71%)
Mutual labels:  mysql
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+1387.06%)
Mutual labels:  mysql
Statemachineone
State Machine library for PHP
Stars: ✭ 84 (-1.18%)
Mutual labels:  mysql
Tp5 Api
前后端完全分离--服务端基于thinkphp5+mysql 接口解决方案
Stars: ✭ 85 (+0%)
Mutual labels:  mysql
Aiomysql
aiomysql is a library for accessing a MySQL database from the asyncio
Stars: ✭ 1,252 (+1372.94%)
Mutual labels:  mysql
Chloe
A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
Stars: ✭ 1,248 (+1368.24%)
Mutual labels:  mysql
Gopherus
This tool generates gopher link for exploiting SSRF and gaining RCE in various servers
Stars: ✭ 1,258 (+1380%)
Mutual labels:  mysql
Archer
基于inception的自动化SQL操作平台,支持SQL执行、LDAP认证、发邮件、OSC、SQL查询、SQL优化建议、权限管理等功能,支持docker镜像
Stars: ✭ 1,239 (+1357.65%)
Mutual labels:  mysql
Phpgrid Custom Crm
Custom CRM Demo - Learn to build yourself a custom CRM in PHP and MySQL, which a sales team can use to track customers through the entire sales cycle.
Stars: ✭ 85 (+0%)
Mutual labels:  mysql
Mysqltuner
MySQL Tuner for Windows
Stars: ✭ 81 (-4.71%)
Mutual labels:  mysql
Hangfire.mysql.core
Hangfire Mysql storage components, support for. NET core 1.1,. NET core 2.0,. NET standard 2.0. Based on Hangfire.MySqlStorage, some bugs were fixed and .NET standard 2.0 support was provided.
Stars: ✭ 83 (-2.35%)
Mutual labels:  mysql
Zsh Abbrev Alias
This zsh plugin provides functionality similar to Vim's abbreviation expansion.
Stars: ✭ 84 (-1.18%)
Mutual labels:  zsh
Jsql
jSQL is the "official" Javascript Query Language - A database written in Javascript for use in a browser or Node.
Stars: ✭ 85 (+0%)
Mutual labels:  mysql

mysql-colorize

Colorization for mysql

Installation

Bash

  • Clone repository, for example, into ~/.bash/mysql-colorize
git clone https://github.com/horosgrisa/mysql-colorize.bash ~/.bash/mysql-colorize
  • After that source mysql-colorize.bash.
source ~/.bash/mysql-colorize/mysql-colorize.bash

Zsh

If you use my ZPM

  • Add Plug horosgrisa/mysql-colorize into .zshrc

If you use oh-my-zsh

  • Clone repository into ~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/horosgrisa/mysql-colorize
  • After that mysql-colorize to your oh-my-zsh plugins array.

Now your mysql-client output look like this Mysql-client

If you use FreeBSD or Mac, please install GNU sed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].