# dm_tool **Repository Path**: rubyxun/dm_tool ## Basic Information - **Project Name**: dm_tool - **Description**: 国产达梦数据库Python操作API工具类 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-25 - **Last Updated**: 2024-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dm_tool #### 介绍 国产达梦数据库Python操作API工具类 #### 软件架构 软件架构说明 data_source.py 为任意配置数据源 dm_tool.py db操作API工具类 #### 使用说明 > my_fetchall - 查询全部 - 返回list/tuple (参数需设置return_type = dict) > my_fetchone - 查询单个 - 返回dict/tuple (参数需设置return_type = dict) > execute - 更新 > insert - 新增