All Projects → a935368322 → Kogel.dapper.extension

a935368322 / Kogel.dapper.extension

orm框架 dapper to linq

Labels

Projects that are alternatives of or similar to Kogel.dapper.extension

Sandman2
Automatically generate a RESTful API service for your legacy database. No code required!
Stars: ✭ 1,765 (+1108.9%)
Mutual labels:  orm
Core
All of the required core code
Stars: ✭ 139 (-4.79%)
Mutual labels:  orm
Gf Cli
GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
Stars: ✭ 143 (-2.05%)
Mutual labels:  orm
Mybatis Plus
An powerful enhanced toolkit of MyBatis for simplify development
Stars: ✭ 12,132 (+8209.59%)
Mutual labels:  orm
Bitter.core
bitter.core is a high-performance and easy-to-use netcore / netframework orm framework. I think you'll love it. designed for development and efficiency. efficiency, high performance and high stability are always the pursuit of programmers. bittercore was born for that. you want to be lazy, even lazier! simple, more simple! controllable, more controllable! please use it bitter.Core .
Stars: ✭ 136 (-6.85%)
Mutual labels:  orm
Jleopard
orm framework
Stars: ✭ 139 (-4.79%)
Mutual labels:  orm
Firenze
Adapter based JavaScript ORM for Node.js and the browser
Stars: ✭ 131 (-10.27%)
Mutual labels:  orm
Hsweb Easy Orm
简单的orm工具,为动态表单而生
Stars: ✭ 142 (-2.74%)
Mutual labels:  orm
Roomasset
A helper library to help using Room with existing pre-populated database [DEPRECATED].
Stars: ✭ 138 (-5.48%)
Mutual labels:  orm
Sqlingo
💥 A lightweight DSL & ORM which helps you to write SQL in Go.
Stars: ✭ 142 (-2.74%)
Mutual labels:  orm
Digitalwand.admin helper
API для сборки кастомных админок в Битриксе
Stars: ✭ 135 (-7.53%)
Mutual labels:  orm
Framework
Strongly-typed JavaScript object with support for validation and error handling.
Stars: ✭ 136 (-6.85%)
Mutual labels:  orm
Jupiter
jupiter是一个aio web框架,基于aiohttp。支持(restful格式、扫描注解、依赖注入、jinja2模板引擎、ORM框架)等。
Stars: ✭ 140 (-4.11%)
Mutual labels:  orm
Typeorm Plus
TypeORM+ adds functionality to TypeORM intending to make the Repository and QueryBuilder more powerful.
Stars: ✭ 135 (-7.53%)
Mutual labels:  orm
Dapper.linq
Dapper.Linq
Stars: ✭ 143 (-2.05%)
Mutual labels:  orm
Dynamo Easy
DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
Stars: ✭ 133 (-8.9%)
Mutual labels:  orm
Entityframeworkcore.cacheable
EntityFrameworkCore second level cache
Stars: ✭ 138 (-5.48%)
Mutual labels:  orm
Jsona
Data formatter that creates simplified objects from JSON or stored reduxObject, creates JSON from the same simplified objects (in according with JSON API specification)
Stars: ✭ 144 (-1.37%)
Mutual labels:  orm
Sequelize Ui
Browser-based GUI for previewing and generating Sequelize project files.
Stars: ✭ 142 (-2.74%)
Mutual labels:  orm
Gosql
golang orm and sql builder
Stars: ✭ 141 (-3.42%)
Mutual labels:  orm

介绍

此框架是Dapper的扩展,效率优于EntityFramwork,并且支持.NetFramework和.NetCore框架

Koge.Dapper.Extension是一个小型库,通过为POCO添加基本的CRUD操作(获取,插入,更新,删除)来补充Dapper。对于更高级的查询方案,Kogel.Dapper.Extension提供了谓词系统。该库的目的是通过不需要任何属性或基类继承来保持POCO的纯净。

通过ClassMapper实现自定义映射。

支持Mssql,Oracle,Mysql等数据库

支持.net framework4.5.1,.net core2.0及以上,更低版本适配如.netFramework4.0及以下请加群下载710217654

应用层需要引用包Kogel.Dapper.Extension.MsSql(如果数据库是Oracle则引用Kogel.Dapper.Extension.Oracle),Nuget上可以下载安装。

文档地址:https://www.cnblogs.com/kogel/p/10805696.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].