diff --git a/API.md b/API.md index bf68dfd..884c08f 100644 --- a/API.md +++ b/API.md @@ -5,6 +5,7 @@ | 方法 | 返回值 | 说明 | | -- | -- | -- | | UseConnectionString | this | 设置连接串 | +| UseAdoConnectionPool | this | 设置连接池方案 | | UseSlave | this | 设置从数据库,支持多个 | | UseSlaveWeight | this | 设置从数据库权重 | | UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) | diff --git a/Getting-Started.md b/Getting-Started.md index bd9f3ab..ec3f999 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -147,6 +147,7 @@ fsql.Delete() | Methods | Return | Description | | -- | -- | -- | | UseConnectionString | this | Connection string | +| UseAdoConnectionPool | this | set up Ado connection pool | | UseSlave | this | Set up the slave database, support multipleslace databases. | | 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) | diff --git a/入门.md b/入门.md index 901cf09..96de849 100644 --- a/入门.md +++ b/入门.md @@ -143,6 +143,7 @@ fsql.Delete() | 方法 | 返回值 | 说明 | | -- | -- | -- | | UseConnectionString | this | 设置连接串 | +| UseAdoConnectionPool | this | 设置连接池方案 | | UseSlave | this | 设置从数据库,支持多个 | | UseSlaveWeight | this | 设置从数据库权重 | | UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |