diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 2520e479c3..f712926bca 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -2,6 +2,16 @@ Databases ========= +Django officially supports the following databases: + +* :ref:`PostgreSQL ` +* :ref:`MySQL ` +* :ref:`Oracle ` +* :ref:`SQLite ` + +There are also a number of :ref:`database backends provided by third parties +`. + Django attempts to support as many features as possible on all database backends. However, not all database backends are alike, and we've had to make design decisions on which features to support and which assumptions we can make