# exdb **Repository Path**: feilanglove6/exdb ## Basic Information - **Project Name**: exdb - **Description**: vc 封装的数据库操作库。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-14 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # exdb #### 项目介绍 vc 封装的数据库操作库。 #### 软件架构 软件架构说明 #### 安装教程 1.操作sqlserver,必须先安装sqlserver 客户端。 2.操作oricle ,必须先安装oricle客户端。 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 代码提交指令 git clone git地址 git add . git remote add origin git地址 git commit -m "注释" git pull origin master git push origin master