Skip to content

Commit ee7c072

Browse files
committed
更新文档中的驱动程序描述,移除对 Knex 的引用
1 parent 1d5b7f4 commit ee7c072

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You must strictly enforce the following dependency rules:
5656

5757
* **Role:** It orchestrates the flow. It validates the request using `SimpleRegistry` and delegates execution to the injected `driver`.
5858

59-
### 📦 `packages/driver-*` (Knex / Mongo)
59+
### 📦 `packages/driver-*` (SQL / Mongo)
6060

6161
* **Content:** Implementation of `ObjectQLDriver`.
6262
* **Role:**

docs/guide/drivers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can configure multiple drivers for different parts of your application, or u
88

99
We currently support the following official drivers:
1010

11-
* **[SQL Driver (Knex)](./sql)**: Supports PostgreSQL, MySQL, SQLite, MSSQL, etc.
11+
* **[SQL Driver](./sql)**: Supports PostgreSQL, MySQL, SQLite, MSSQL, etc.
1212
* **[MongoDB Driver](./mongo)**: Supports MongoDB.
1313

1414
## Unified ID Field

0 commit comments

Comments
 (0)