From 7d3d46e509afd374f30e21e37527d42310daa1ea Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 7 Apr 2025 12:51:10 +0200 Subject: [PATCH] Add driver plugins readme --- plugins/drivers/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/drivers/README.md diff --git a/plugins/drivers/README.md b/plugins/drivers/README.md new file mode 100644 index 00000000..aacb13aa --- /dev/null +++ b/plugins/drivers/README.md @@ -0,0 +1,5 @@ +Developing drivers: https://www.adminer.org/en/drivers/ + +The type declarations must be compatible both with source codes and the compiled version (where PHP5-incompatible types are stripped). It means: +- specify return type if parent specifies it +- do not specify scalar parameter type -- 2.39.5