From a06b7228088ba62a0a41e25c30ca21c6710b429f Mon Sep 17 00:00:00 2001 From: Guy Halse Date: Fri, 10 May 2024 16:08:13 +0200 Subject: [PATCH] Add driver_options to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7c7bbe..ba5bf33 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Where the parameters are as follows: * `table` - the name of the table/view to search for attributes, defaults to _AttributeFromSQL_ + * `driver_options` - additional driver-specific connection options to pass to the PDO constructor + Adding attributes -----------------