We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f6f422 + f990eb2 commit 69e84e3Copy full SHA for 69e84e3
README.rst
@@ -187,6 +187,7 @@ Supported Types
187
- SQLITE: sqlite://
188
- SQLITE with SPATIALITE for GeoDjango: spatialite://
189
- Oracle: oracle://
190
+ - PyODBC: pyodbc://
191
- Redshift: redshift://
192
- LDAP: ldap://
193
- cache_url
environ/environ.py
@@ -78,6 +78,7 @@ class Env(object):
78
'mysql2': 'django.db.backends.mysql',
79
'mysqlgis': 'django.contrib.gis.db.backends.mysql',
80
'oracle': 'django.db.backends.oracle',
81
+ 'pyodbc': 'sql_server.pyodbc',
82
'redshift': 'django_redshift_backend',
83
'spatialite': 'django.contrib.gis.db.backends.spatialite',
84
'sqlite': 'django.db.backends.sqlite3',
0 commit comments