Connecting Python application to Azure Database for PostgreSQL
What we want to achieve in this tutorial is to create simple REST API (written in Python) which connects to PostgreSQL running as a service on »
What we want to achieve in this tutorial is to create simple REST API (written in Python) which connects to PostgreSQL running as a service on »
In my last post I described how to configure Django to use Azure SQL Database via ODBC if You are deploying Django on Ubuntu 14.04 »
By default, Django supports SQLite, MySQL, PostgreSQL and Oracle database engines. Thanks to ODBC, pydobc and django-pyodbc-azure we can use highly available Azure SQL Database with »