Metadata-Version: 2.1
Name: DBLaobor
Version: 0.0.10
Summary: The way About DB Operation
Home-page: https://github.com/augwewe/DBLaobor
Author: cava
Author-email: 1085816416@qq.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE



该库设计理念：帮助快速实现数据库交互功能。

该库使用原理：pymongo;
            首先输入自定义连接的数据库名称及数据表名称。
            主要功能方法有：插入/查询/修改/删除数据
            使用方法：输入字典格式的数据
            sqlite3;
            查询方法：输入自定义的数据库和数据表名称
            删除方法（根据id)
            

数据库类型提供：sqlite3,pymongo

