From 34da927bc9a20a9400e03a4eb890438fb9ab02d8 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Wed, 13 Aug 2025 14:12:31 +0800 Subject: [PATCH] add --- .gitignore | 1 + .idea/php.xml | 2 +- app/DbCoroutineContext.php | 135 +++++ app/controller/IndexController.php | 199 ++++++- app/model/DatabaseRoute.php | 516 ++++++++++++++++++ app/model/Test.php | 83 ++- composer.json | 4 +- composer.lock | 819 ++++++++++++++++++++++++++++- config/bootstrap.php | 1 + config/think-orm.php | 284 ++++++++++ 10 files changed, 2021 insertions(+), 23 deletions(-) create mode 100644 app/DbCoroutineContext.php create mode 100644 app/model/DatabaseRoute.php create mode 100644 config/think-orm.php diff --git a/.gitignore b/.gitignore index 516299c..25c2cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ /vendor *.log .env +.idea /tests/tmp /tests/.phpunit.result.cache diff --git a/.idea/php.xml b/.idea/php.xml index 1d26366..e84699f 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,7 +10,7 @@