1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

Add driver plugins readme

This commit is contained in:
Jakub Vrana
2025-04-07 12:51:10 +02:00
parent 9bd23b1395
commit 7d3d46e509

View File

@@ -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