TomMalkin / SimQLe

The simplest way to use SQL in Python
MIT License
30 stars 5 forks source link

expose the bind_sql helper function #73

Closed TomMalkin closed 4 years ago

TomMalkin commented 4 years ago

closes #72

codecov-io commented 4 years ago

Codecov Report

Merging #73 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev    #73   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         9     10    +1     
  Lines       281    277    -4     
===================================
- Hits        281    277    -4
Impacted Files Coverage Δ
simqle/__init__.py 100% <100%> (ø) :arrow_up:
simqle/connection_manager.py 100% <100%> (ø) :arrow_up:
simqle/helper.py 100% <100%> (ø)

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 f1d5448...5579b81. Read the comment docs.