# DapperQ **Repository Path**: ccait/dapperq ## Basic Information - **Project Name**: DapperQ - **Description**: 基于Dapper轻量级ORM的LINQ实现,支持多数据库映射操作的开源ORM库,查询方面支持了联表操作、跨库事务等,更多示例请参考Tester项目,表结构请根据实体创建并在App.Config配置连接信息 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 1 - **Created**: 2017-07-27 - **Last Updated**: 2024-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #DapperQ 基于Dapper轻量级ORM的LINQ实现,支持多数据库映射操作的开源ORM库,查询方面支持了联表操作、跨库事务等,更多示例请参考Tester项目,表结构请根据实体创建并在App.Config配置连接信息 **DapperQ.NET is a Micro ORM library** You can use DapperQ.NET to access database for Linq. **1.How to insert data?** ![insert](https://git.oschina.net/uploads/images/2017/0808/142529_9f6cba65_1456872.jpeg "demo") **2.How to update data?** ![update](https://git.oschina.net/uploads/images/2017/0808/142629_2d9a0a8d_1456872.jpeg "demo") **3.How to delete data?** ![delete](https://git.oschina.net/uploads/images/2017/0808/142658_6de1ac17_1456872.jpeg "demo") **4.How to query data?** ![select](https://git.oschina.net/uploads/images/2017/0808/142723_063fd79e_1456872.jpeg "demo") **5.How to begin transaction** ![trancaction](https://git.oschina.net/uploads/images/2017/0808/141527_4ede0c0f_1456872.png "demo") **6.How to begin mutil transaction** ![mutil trancaction](https://git.oschina.net/uploads/images/2017/0808/142131_84559b43_1456872.png "demo")