Skip to content

Commit

Permalink
[#132] Update the documentation with supported databases
Browse files Browse the repository at this point in the history
  • Loading branch information
javrasya committed Jan 30, 2020
1 parent 59ad702 commit 38ec13d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
26 changes: 25 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,31 @@ Requirements
* Django (``1.11``, ``2.0``, ``2.1``, ``2.2``)
* ``Django`` >= 2.0 is supported for ``Python`` >= 3.5

\:star\: Tested with PostgreSQL ``9``, ``10``, ``11`` and ``12``
Supported (Tested) Databases:
-----------------------------

+------------+--------+---------+
| PostgreSQL | Tested | Support |
+------------+--------+---------+
| 9 |||
+------------+--------+---------+
| 10 |||
+------------+--------+---------+
| 11 |||
+------------+--------+---------+
| 12 |||
+------------+--------+---------+

+------------+--------+---------+
| MySQL | Tested | Support |
+------------+--------+---------+
| 5.6 |||
+------------+--------+---------+
| 5.7 |||
+------------+--------+---------+
| 8.0 |||
+------------+--------+---------+


Usage
-----
Expand Down
28 changes: 27 additions & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,33 @@ Requirements
* Python (``2.7``, ``3.4``, ``3.5``, ``3.6``)
* Django (``1.11``, ``2.0``, ``2.1``, ``2.2``)
* ``Django`` >= 2.0 is supported for ``Python`` >= 3.5
* Tested with PostgreSQL ``9``, ``10``, ``11`` and ``12``


Supported (Tested) Databases:
-----------------------------

+------------+--------+---------+
| PostgreSQL | Tested | Support |
+------------+--------+---------+
| 9 |||
+------------+--------+---------+
| 10 |||
+------------+--------+---------+
| 11 |||
+------------+--------+---------+
| 12 |||
+------------+--------+---------+

+------------+--------+---------+
| MySQL | Tested | Support |
+------------+--------+---------+
| 5.6 |||
+------------+--------+---------+
| 5.7 |||
+------------+--------+---------+
| 8.0 |||
+------------+--------+---------+


Example Scenarios
-----------------
Expand Down

0 comments on commit 38ec13d

Please sign in to comment.