Giter Site home page Giter Site logo

vladbalmos / mitzasql Goto Github PK

View Code? Open in Web Editor NEW
106.0 6.0 8.0 3.5 MB

MySQL command line / text based interface client

Home Page: https://vladbalmos.github.io/mitzasql/

License: MIT License

Python 98.79% Shell 0.99% Dockerfile 0.10% Makefile 0.12%
command-line-tool mysql-cli mysql-client mysql-client-linux python command-line-interface command-line-app mysql tui

mitzasql's People

Contributors

dependabot[bot] avatar oliverseal avatar vladbalmos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mitzasql's Issues

Implement basic mysql filtering commands

:like [column] keyword => WHERE col LIKE "%keyword%"
:llike [column] keyword => WHERE col LIKE "%keyword"
:rlike [column] keyword => WHERE col LIKE "keyword%"
:eq column value
:lt column value
:lte column value
:gt column value
:gte column value
:in column v1, v2, v2
:between column v1, v2
:null column

Command ending in !, will be negated. Ex: between! col v1, ve => where col not between v1 and v2

Cache db views widgets

When refreshing the widget, if the model params != from existing ones, replace the model & table view, making sure that any install signal handlers are disconnected first

Implement query editor autocomplete

The suggestions are based on:

  • the existing mysql keywords
  • columns in active table
  • strings entered previously in other queries

The suggestions will be displayed in a status bar widget attached to the bottom of the editor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.