frictionlessdata / tableschema-sql-py

Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
60 stars 19 forks source link

Update to use SQLAlchemy v2 #94

Closed akariv closed 11 months ago

akariv commented 11 months ago

Overview

Updating the code to support SQLAlchemy > 2


Please preserve this line to notify @roll (lead of this repository)

codecov[bot] commented 11 months ago

Codecov Report

Merging #94 (2b7510c) into main (af0bea9) will increase coverage by 11.45%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #94       +/-   ##
===========================================
+ Coverage   83.61%   95.07%   +11.45%     
===========================================
  Files           4        4               
  Lines         421      426        +5     
===========================================
+ Hits          352      405       +53     
+ Misses         69       21       -48     
Impacted Files Coverage Δ
tableschema_sql/mapper.py 95.16% <100.00%> (+3.85%) :arrow_up:
tableschema_sql/storage.py 91.78% <100.00%> (+0.68%) :arrow_up:
tableschema_sql/writer.py 100.00% <100.00%> (+48.19%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more