Microsoft SQL Server and Azure SQL Database support
35 views
Skip to first unread message
Meet Bhagdev
unread,
May 20, 2015, 10:22:45 PM5/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
When I last checked the Django ORM did not have official support for SQL Server and Azure SQL DB. Is there a way to use SQL Server and more importantly Azure SQL DB by modifying the DATABASES configuration in settings.py
felix
unread,
May 21, 2015, 8:30:33 AM5/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
El 20/05/15 14:39, Meet Bhagdev
escribió:
When I last checked the Django ORM did not have
official support for SQL Server and Azure SQL DB. Is there a way
to use SQL Server and more importantly Azure SQL DB by modifying
the DATABASES configuration
in settings.py
Try django-pyodbc. On Linux I've used it for SQL Server.
Michael Manfre
unread,
May 21, 2015, 9:11:05 AM5/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
django-pyodbc-azure might be a better choice and it seems to be more actively maintained.