84 packages tagged with “MicroORM”
Dapper is a great tool if you want to write database-agnostic code. However, sometimes you need to access functionality that is provider-specific. This assembly adds support for writing Oracle-specific SQL, that supports all dbtypes used by the Oracle managed provider on a parameter, supports setting various properties on the command(LOBFetchSize, ArrayBindCount, BindByName), as well as setting CollectionType on the parameter. Using this package, you can now run stored procedures that returns RefCursor, or use array bind count to execute a sql statements with a array of parameters.
Provides an abstraction over ADO.NET.
Lightweight Semi-Automatic ORM
A Tiny ORMish thing for your POCO's.
MicroLite is a .NET 4.5 library providing a small lightweight or "micro" object relational mapping (ORM) for the Microsoft .NET framework.
Microsoft SQL Server specific components for Susanoo
Needletail is a set of libraries, this is the Micro ORM, visit the project website to check the other tools and to read the documentation.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET WebApi.
A high performance, low code alternative to ORM's such as Entity Framework, offers intelligent database mapping to your existing CLR objects with minimal effort. Visit "Design Goals" on GitHub to see more rationale and guidance.
Tool for auto generation of CRUD sql statements based on entities definitions
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET MVC.
Yep Another Wrapper for Dapper. This wrapper provides a simple Unit of Work pattern for isolating transactional business rules, cache and crud layer.
This is a tiny library with which you can use any database stored procedure as like any normal CLR method, even with 'out' parameters!
BigfootSQL does three things very well: 1. Does not translate your SQL, what you write is what's outputted 2. Handles all the parameterization for you automatically as you build your statements. (protects you against sql injection attacks etc.) 3. Hydrates your POCO objects with minimum effort.
A .NET 4.5 library which adds OData 4.0 support to the extension for the MicroLite ORM Framework to integrate with ASP.NET WebApi.
Model library for the ST/ORM (Startitecture.Orm) package.
Schema representation library for the ST/ORM (Startitecture.Orm) package.
A new small, happy, dynamic micro-ORM and general purpose .NET data access wrapper. Based on and highly compatible with Massive, but now with: * .NET Core 1.0+, 2.0+ and 3.0+ (with continuing support for .NET Framework 4.0+ and 4.5+) * Optional strong typing (with continuing full support for dynamic types) * Full stored procedure support * Parameter names and directions (where you need it; automatic parameter naming as in Massive still works just as before) * Full transaction support * Cursor support on Oracle and PostgreSQL (cursors are not designed to be passed out to client code on any other supported databases) * Multiple result sets * Simultaneous access to more then one database provider
DrivenDb is a better microORM. Unique features, excellent performance, and cleaner code in as few trips to the database as possible.
Common library for the ST/ORM (Startitecture.Orm) package.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to use log4net as the logging library.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to use NLog as the logging library.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with MiniProfiler.
Simple micro-ORM for SQL Server, with first-class support for dynamics and async/await
SQL Server connection library for the ST/ORM (Startitecture.Orm) package.
A .NET 4.5 library which adds helper classes for unit testing against the MicroLite ORM Framework.
Simple Micro ORM for SQLite, MySql and SqlServer
The mapping engine for the ST/ORM (Startitecture.Orm) package, adapted from PetaPoco and Dapper.