Found 26 packages
A dapper extension library. Support MySQL,SQL Server,PostgreSQL,SQLite,Oracle and ODBC, Support cache.
Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed. By default uses Id column as the primary key but this can be overridden with an attribute By default queries the table matching the class name but this can be overridden with an attribute By default queries the column matching the property name but this can be overridden with an attribute - Supports SQL Server, PostgreSQL, and MySQL - Includes async methods - Supports .Net Core
Package Description
Dapper - a simple object mapper for .Net DapperExtensions for ASP NET Core 2.0
This library is base on Dapper-Extensions, extended several methods.
Dapper extensions, suport expression to sql ,so you can use dapper like ef.
This is the core extension package. Always use it in conjunction with the corresponding database package (e.g., ETLBox.Postgres for PostgreSQL or ETLBox.SqlServer for SQL Server). ETLBox.DbExtensions enhances your DbConnection with high-performance bulk operations, including BulkInsert, BulkUpdate, BulkDelete, and BulkMerge. # Adds missing bulk operations directly to IDbConnection. # Provides a complete micro-ORM for efficient data handling. # Extends the connection with simplified ETL functionalities from ETLBox. With ETLBox.DbExtensions, you can process thousands of records in a single operation, significantly reducing execution time and improving database performance. For examples, tutorials, and documentation, visit: https://dbextensions.etlbox.net
zxm.Dapper.Extensions.AspNetCore is an extensions to use zxm.Dapper within AspNetCore.
This is a fork of original Dapper.SimpleCRUD by Eric Coffman. It has integrated the following fixes and enhancements: - Added automatic casting for PostgreSQL JSON based on the presence of [JsonColumn] property attribute (https://github.com/yasikovsky/Dapper.SimpleCRUD/commit/97e532d8d4e9b604246873f8593d60327e65ac53) - Support for custom type parameters (https://github.com/ericdc1/Dapper.SimpleCRUD/pull/221) by CyrilB1531 - Support for anonymous object conditions with arrays (https://github.com/ericdc1/Dapper.SimpleCRUD/pull/225) by Alexandr Parashin (SwopDaWoop) Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed. By default uses Id column as the primary key but this can be overridden with an attribute By default queries the table matching the class name but this can be overridden with an attribute By default queries the column matching the property name but this can be overridden with an attribute - Supports SQL Server, PostgreSQL, and MySQL - Includes async methods - Supports .Net Core
GoldenEye is a Full Stack framework written in .NET Core. The main goal of GoldenEye is to speed up your development process. It gathers most widely used frameworks in .NET world and pack them into a simple bootstrap Nuget packages. It also provide set of base classes, helpers, extensions that will help you with your daily work.
Dapper extensions for ASP.NET Core
Port tmsmith's DapperExtensions to support .NET Standard 2.0, and hence .NET Core 5.0
NetCore Version for DapperExtension
基于DapperExtensions 做了大量定制化开发,主要是为了更好的支持 拉姆达表达式,以及对.NET CORE 5的支持 2021-10-19 V3.0.0.20 修复未指定 workid时自动产生的 work id 超最大限制31的BUG 2021-1-3 V3.0.0.17 修复分页关键字处理的一个BUG 2021-1-3 V3.0.0.17 修复分页关键字处理的一个BUG 2020-12-17 V3.0.0.16 ID自动生成,只补全ID 2020-9-24 V3.0.0.15 sql输出改成console输出 2020-9-24 V3.0.0.13 分页BUG修复。
Dapper extensions of MySql Database for ASP.NET Core
Repository.Dapper extensions for .NET Core
Utility library for Dapper Extensions to improve the development experience of common Dapper scenarios.
Repository.Dapper extensions for .NET Core.