InterviewSolution
Saved Bookmarks
| 1. |
What databases are supported by Django? |
|
Answer» PostgreSQL and MYSQL, SQLite and Oracle. APART from these, DJANGO also supports databases such as ODBC, Microsoft SQL Server, IBM DB2, SAP SQL Anywhere, and Firebird using third-party packages. Note: OFFICIALLY Django doesn’t support any no-SQL databases. |
|