Metadata-Version: 1.1
Name: CDBUtils
Version: 0.3
Summary: Database connections pool extension from DBUtils
Home-page: https://gitee.com/ctec/CDBUtils
Author: zhang zixiao
Author-email: zhangzixiao@189.cn
License: MIT License
Description: ﻿========
        CDBUtils
        ========
        **CDBUtils is since DBUtils 1.3**
        The CDBUtils home page can be found here:https://gitee.com/ctec/CDBUtils/
        
        *Extension parameter descriptions:*
        
        - test_on_borrow: check availability of the connection fetched from the pool (True = check,False = default = never check)
        - test_idle: Check connection availability on idle(True = default = check,False = never check)
        - validation_sql: the sql for validate the connection (default is "SELECT 1 FROM DUAL")
        - idle_check_time: the seconds for Check and remove the idle connection interval.
        - validate_timeout: the max seconds to execute the validation Sql,default is 1.
        - max_wait_time: the max wait time for fetch one connection from the pool, default is 5s
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
