From d53e9d2f32ada99332d44c5a98c4d83410a723da Mon Sep 17 00:00:00 2001 From: robertsilen Date: Thu, 8 Aug 2024 15:41:32 +0300 Subject: [PATCH] add mariadb to table --- docs/backends/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends/index.rst b/docs/backends/index.rst index 0bf1df1fdc..c9df83917e 100644 --- a/docs/backends/index.rst +++ b/docs/backends/index.rst @@ -8,7 +8,7 @@ The following table describes the supported backends and some of their capabilit +================================================+========+=========+===========+==========+==========+==============+==================================+=================================+==============+ | :doc:`BIND ` | Yes | Yes | Yes | No | No | Yes | No | Yes | ``bind`` | +------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ -| :doc:`Generic Mysql ` | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ``gmysql`` | +| :doc:`Generic Mysql/Mariadb ` | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ``gmysql`` | +------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ | :doc:`Generic ODBC ` | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ``godbc`` | +------------------------------------------------+--------+---------+-----------+----------+----------+--------------+----------------------------------+---------------------------------+--------------+ -- 2.47.2