Metadata-Version: 1.1
Name: sqllib
Version: 0.2.6
Summary: 对MySQL.SQLite等数据库进行接口集成.
Home-page: https://leecq.cn
Author: Lee CQ
Author-email: lee-cq@qq.com
License: Apache License 2.0
Description: # 数据库对象集集成 
        > 注意: 
        >
        >      1. 这不是一个稳定的包
        >      2. 由于集成了许多的接口, 依赖很多. (部分还没有开发)
        
        ## 依赖包
        1. PyMySQL>=0.9.3
        2. DBUtils>=1.3
        3. pymongo>=3.10.1  `已取消依赖`
        4. setuptools>=49.2.0 
        
        ## MySqlAPI
        
        > 创建一个pymsql的连接对象
        >
        >       1. 包含增删改查 
        >       2. 创建/修改表, 库
        >       3. 其他基础功能
        
        
        ## SQLiteAPI
        
        
        ## 其他的数据库接口开发未完成
        
        
Keywords: MySQL,API,SQLite,DB
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
