jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.48k stars 205 forks source link

Added support for Timescale and Timescale (GIS) #174

Closed lino closed 2 years ago

lino commented 2 years ago

Timescale is a Postgres based database for time series data and it's supported via the django-timescaledb package.

codecov[bot] commented 2 years ago

Codecov Report

Merging #174 (b79f681) into master (66bf061) will increase coverage by 0.53%. The diff coverage is 100.00%.

:exclamation: Current head b79f681 differs from pull request most recent head d60104d. Consider uploading reports for the commit d60104d to get more accurate results

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   79.72%   80.26%   +0.53%     
==========================================
  Files           1        1              
  Lines          74       76       +2     
  Branches       14       14              
==========================================
+ Hits           59       61       +2     
  Misses          9        9              
  Partials        6        6              
Impacted Files Coverage Δ
dj_database_url.py 80.26% <100.00%> (+0.53%) :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 66bf061...d60104d. Read the comment docs.