Jelajahi Sumber

Update list of supported Adminer drivers

see TimWolla/docker-adminer#15
see TimWolla/docker-adminer#16
Tim Düsterhus 8 tahun lalu
induk
melakukan
9b5d4d7298
1 mengubah file dengan 7 tambahan dan 4 penghapusan
  1. 7 4
      adminer/content.md

+ 7 - 4
adminer/content.md

@@ -90,7 +90,10 @@ While Adminer supports a wide range of database drivers this image only supports
 
 To add support for the other drivers you will need to install the following PHP extensions on top of this image:
 
--	sqlsrv (MS SQL)
--	oci8 (Oracle)
--	interbase (Firebird)
--	mongo (MongoDB)
+-	`pdo_dblib` (MS SQL)
+-	`oci8` (Oracle)
+-	`interbase` (Firebird)
+
+The following drivers are not supported by this image:
+
+-	MongoDB (The driver is not supported by PHP 7)