update

2881099
2023-06-08 18:37:48 +08:00
parent 24b7ba4c14
commit e981f0ce7f
3 changed files with 3 additions and 0 deletions

1
API.md

@@ -5,6 +5,7 @@
| 方法 | 返回值 | 说明 | | 方法 | 返回值 | 说明 |
| -- | -- | -- | | -- | -- | -- |
| UseConnectionString | this | 设置连接串 | | UseConnectionString | this | 设置连接串 |
| UseAdoConnectionPool | this | 设置连接池方案 |
| UseSlave | this | 设置从数据库,支持多个 | | UseSlave | this | 设置从数据库,支持多个 |
| UseSlaveWeight | this | 设置从数据库权重 | | UseSlaveWeight | this | 设置从数据库权重 |
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) | | UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |

@@ -147,6 +147,7 @@ fsql.Delete<Blog>()
| Methods | Return | Description | | Methods | Return | Description |
| -- | -- | -- | | -- | -- | -- |
| UseConnectionString | this | Connection string | | UseConnectionString | this | Connection string |
| UseAdoConnectionPool | this | set up Ado connection pool |
| UseSlave | this | Set up the slave database, support multipleslace databases. | | UseSlave | this | Set up the slave database, support multipleslace databases. |
| UseSlaveWeight | this | Set up the slave database weight. | | UseSlaveWeight | this | Set up the slave database weight. |
| UseConnectionFactory | this | Set up a custom database connection object (abandon the built-in object connection pool technology) | | UseConnectionFactory | this | Set up a custom database connection object (abandon the built-in object connection pool technology) |

@@ -143,6 +143,7 @@ fsql.Delete<Blog>()
| 方法 | 返回值 | 说明 | | 方法 | 返回值 | 说明 |
| -- | -- | -- | | -- | -- | -- |
| UseConnectionString | this | 设置连接串 | | UseConnectionString | this | 设置连接串 |
| UseAdoConnectionPool | this | 设置连接池方案 |
| UseSlave | this | 设置从数据库,支持多个 | | UseSlave | this | 设置从数据库,支持多个 |
| UseSlaveWeight | this | 设置从数据库权重 | | UseSlaveWeight | this | 设置从数据库权重 |
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) | | UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |