# SQLdo **Repository Path**: chenjintaox/SQLdo ## Basic Information - **Project Name**: SQLdo - **Description**: 提供各种数据库的增删改查例子 (SQLite,MySQL,SQLServer,Oracle) - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-04-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #SQLdo C#语言访问各类数据库示例集,有SQLite,MySQL,SQLServer,Oracle;后续更新。。。 ##SQLite --- * SQLite数据库访问示例 1. 创建数据库 CreateDatabase() 2. 创建表结构 CreateTable() 3. 插入数据 InsertData() 4. 更新数据 UpdateData() 5. 读取数据 ReadData() 6. 清空数据 DeleteData() * 组件下载 + [About System.Data.SQLite](http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki) + [System.Data.SQLite.dll](http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki) ###有问题请联系作者: chenjintaox@outlook.com