Metadata-Version: 2.1
Name: michaelPanThematicLib
Version: 1.0.0
Summary: draw thematic map.  Copyright (c) 2023 shinetek. All Rights Reserved
Author: chuntong pan
Author-email: panzhang1314@gmail.com
Platform: all
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 数据库公共方法库(Database Common Method Library)

## 1. 简介(abstract)

```
数据库公共方法库目前包括对MySQL，MongoDB，Redis，PostgreSQL四种数据库的增删改查，具体的使用说明和使用示例可以查看类或者方法的说明，如果有任何bug或建议，请联系我进行修改完善。
The public database method library currently includes CRUD operations (Create, Read, Update, Delete) for four types of databases: MySQL, MongoDB, Redis, and PostgreSQL. For specific usage instructions and examples, please refer to the class or method descriptions. If you encounter any bugs or have suggestions, please do not hesitate to contact me for improvements and modifications.
```

## 2.作者及联系方式

```
# ***************************************************************
# Maintainers:
#     chuntong pan <panzhang1314@gmail.com>
# Date:
#     2023.8
# ***************************************************************
```

