Django database backend for MS SQLServer
Project description
Django Microsoft SQL Server backend.
I refer to djang-pyodbc-azure (https://github.com/michiya/django-pyodbc-azure).
Requirements
Django 3.1
minitds (https://github.com/nakagami/minitds) recently released.
Installation
$ pip install djmssql django
Database settings example
DATABASES = {
'default': {
'ENGINE': 'djmssql',
'NAME': ...,
'HOST': ...,
'USER': ...,
'PASSWORD': ...,
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djmssql-0.2.0.tar.gz
(21.7 kB
view details)
File details
Details for the file djmssql-0.2.0.tar.gz.
File metadata
- Download URL: djmssql-0.2.0.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f21e6df32bef54dcd469901cda0482925f3d9632310142eb5b902ea490e058f
|
|
| MD5 |
522f8fadb7a69a593927609139ccbe0f
|
|
| BLAKE2b-256 |
eaca6c53884126c6e7474a097db557e4714768ad75e09161cabe79f7c7f74ac3
|