dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.47k stars 73 forks source link

Removed mysql-specific stuff. #24

Closed j-bennet closed 5 years ago

j-bennet commented 5 years ago

Removed all references to mysql. Got rid of non-working parts of status command.

Fixes https://github.com/dbcli/litecli/issues/17. Mostly. A couple of links to mycli website are still in there, because we have no litecli website yet.

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 2.03%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   57.79%   59.82%   +2.03%     
==========================================
  Files          22       22              
  Lines        1412     1364      -48     
==========================================
  Hits          816      816              
+ Misses        596      548      -48
Impacted Files Coverage Δ
litecli/completion_refresher.py 74.57% <ø> (ø) :arrow_up:
litecli/packages/special/dbcommands.py 22.22% <0%> (+8.88%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 922e64f...40f8c24. Read the comment docs.

amjith commented 5 years ago

I like it when a PR removes more lines of code than it adds. :1st_place_medal: