erhosen-libs / pydjantic

Use Pydantic Settings in your Django application.
MIT License
36 stars 9 forks source link

Resolves #2: now you can specify `conn_max_age` and `ssl_require` #8

Closed erhosen closed 2 years ago

erhosen commented 2 years ago

options for BaseDBConfig.

codecov-commenter commented 2 years ago

Codecov Report

Merging #8 (1714e69) into master (e2ff149) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           20        23    +3     
=========================================
+ Hits            20        23    +3     
Impacted Files Coverage Δ
pydjantic/pydjantic.py 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more