Django MSSQL
  • Quickstart
    • Installation
    • Getting the code
    • Dependencies
  • Settings
    • DATABASES
    • OPTIONS
  • Usage
    • Executing Custom SQL
    • Stored Procedures
    • RawStoredProcedureManager
  • Management Commands
    • dbgui
    • install_regex_clr
  • Datatypes
    • Dates and Times
    • bigint
    • money
    • Unsupported Types
  • Testing
    • Running The Django-mssql Test Suite
    • Running Django Test Suite
  • Changelog
    • v1.5
    • v1.4
    • v1.3.1
    • v1.3
    • v1.2
    • v1.1
  • Known Issues
    • Introspecting tables with ‘%’ columns
    • Introspecting custom fields
    • Azure requires clustered indices
 
Django MSSQL
  • Docs »
  • Django MSSQL Database Backend
  • Edit on Bitbucket

Django MSSQL Database Backend¶

Provides an ADO based Django database backend for Microsoft SQL Server.

Welcome to Django-mssql’s documentation!¶

Contents:

  • Quickstart
    • Installation
    • Getting the code
    • Dependencies
  • Settings
    • DATABASES
    • OPTIONS
  • Usage
    • Executing Custom SQL
    • Stored Procedures
    • RawStoredProcedureManager
  • Management Commands
    • dbgui
    • install_regex_clr
  • Datatypes
    • Dates and Times
    • bigint
    • money
    • Unsupported Types
  • Testing
    • Running The Django-mssql Test Suite
    • Running Django Test Suite
  • Changelog
    • v1.5
    • v1.4
    • v1.3.1
    • v1.3
    • v1.2
    • v1.1
  • Known Issues
Next

© Copyright 2012, Django MSSQL authors.

Sphinx theme provided by Read the Docs