diff --git a/Gemfile.lock b/Gemfile.lock index 933345fa0ba..cb394cdbc52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM regexp_parser (2.10.0) rexml (3.3.9) rouge (3.30.0) - rubocop (1.69.2) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) diff --git a/collections/open-source-mlops/index.md b/collections/open-source-mlops/index.md index 9c9c00fa958..ec6cb22609c 100644 --- a/collections/open-source-mlops/index.md +++ b/collections/open-source-mlops/index.md @@ -21,7 +21,7 @@ items: - interpretml/interpret - mlrun/mlrun - microsoft/pai - - allegroai/clearml + - clearml/clearml - iterative/dvc - determined-ai/determined - InfuseAI/primehub diff --git a/topics/pdo/index.md b/topics/pdo/index.md new file mode 100644 index 00000000000..18f96620198 --- /dev/null +++ b/topics/pdo/index.md @@ -0,0 +1,8 @@ +--- +display_name: PHP Data Objects (PDO) +short_description: PDO is a database driver extension for PHP. +topic: pdo +related: php, orm, sql, jdbc, odbc, dbal, odm, database +url: https://www.php.net/manual/en/book.pdo.php +--- +**PHP Data Objects** (**PDO**) is a database driver extension for [PHP](https://github.com/topics/php).