jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
83 stars 11 forks source link

Accept additional metadata from `File` object #11

Closed jowilf closed 1 year ago

jowilf commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #11 (9bbc57a) into main (5a4fb5a) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         1729      1754   +25     
=========================================
+ Hits          1729      1754   +25     
Impacted Files Coverage Δ
sqlalchemy_file/file.py 100.00% <100.00%> (ø)
sqlalchemy_file/processors.py 100.00% <100.00%> (ø)
tests/test_result_value.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.