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

Fix #149 Add support to official Microsoft mssql-django adapter #150

Closed udanieli closed 2 years ago

udanieli commented 2 years ago

Don't know if README updates are fine (ordering of footnotes)

CraigRobertWhite commented 2 years ago

Hey there maintainers! I'm currently moving towards integrating an MSSQL database into one of my Django projects. Do we foresee this PR getting looked at, merged, and released in the near future?

udanieli commented 2 years ago

@CraigRobertWhite meanwhile you can use the django-mssql-backend library which seems pretty good for the average use and is already supported by dj-database-url.

codecov[bot] commented 2 years ago

Codecov Report

Merging #150 (2678ace) into master (836740d) will increase coverage by 0.24%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
+ Coverage   80.51%   80.76%   +0.24%     
==========================================
  Files           1        1              
  Lines          77       78       +1     
  Branches       14       14              
==========================================
+ Hits           62       63       +1     
  Misses          9        9              
  Partials        6        6              
Impacted Files Coverage Δ
dj_database_url.py 80.76% <100.00%> (+0.24%) :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 836740d...2678ace. Read the comment docs.