prprprus / PyMySQLPool

PyMySQL-based database connection pool.
MIT License
60 stars 21 forks source link

add support for unix_socket #6

Closed dgaidula closed 5 years ago

dgaidula commented 5 years ago

Pretty straight-forward we use unix_socket set default for unix_socket to same as in pymysql

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   83.92%   84.02%   +0.09%     
==========================================
  Files           3        3              
  Lines         168      169       +1     
==========================================
+ Hits          141      142       +1     
  Misses         27       27
Impacted Files Coverage Δ
pymysqlpool/pool.py 68.6% <100%> (+0.36%) :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 a17e59b...cbe3ea0. Read the comment docs.

prprprus commented 5 years ago

This pr is awesome 🎉. Thanks, merged.