Found 868 packages
Light, simple and fast convention-based code-first POCO ORM for PostgreSQL. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Postgres.
You hate verbatim SQL queries with zero type safety for your code but you love the speed? Dapper.FastCRUD is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance to mistypings or problems arising from db entity refactorings. Visual Studio 2019 or later is recommended.
This is the BETA version of AutoPoco vNext, it is mostly feature complete, any bugs should be reported to codeplex (autopoco.codeplex.com)
AutoPoco is a convention-based and fluent test-object generation framework built to aid the creation of objects for unit tests or for test-data population into databases. Minimum configuration is required to get up and started, and manual configuration is supported as well as conventions.
Extension methods for using SqlKata to generate SQL queries for PetaPoco.
An Memcached cache client implementing ServiceStack's ICacheClient: https://docs.servicestack.net/caching
Translates Linq Expressions to SQL 'where' clause. Makes it safer to work with "Poco ORM-ish thing" (PetaPoco, AsyncPoco etc). Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
Develop branch of Poco libraries
Furion 数据库访问器 PetaPoco 插件。
Light, simple and fast convention-based code-first POCO ORM for MySQL. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in MySQL.
A Tiny ORMish thing for your POCO's.
"OData2Poco is a class library supporting netstandard2,net6 and .NET 4.61+ to generate plain-old CLR objects (POCO/DTO) from OData feeds that implement both V1-3 and V4 OData protocol,based on the metadata of the service stored on the server. Code generation is controlled with lot of configuration parameters. POCO/DTO can be used in typed RESTful client OData services"
A forked version of PetaPoco http://www.toptensoftware.com/petapoco/ - Based on v5 branch. Supports Async and Multipoco operations. Includes support for StoredProc extensions and XML and Table-Valued Parameter queries.
Ditto - the friendly POCO mapper for Umbraco
PetaPoco bindings for StaTypPocoQueries.
Generate data model interfaces in TypsScript from POCO classes. This has been used in POCO2TS.exe and Strongly Typed Client API for Web API.
Contains the Plain Old Clr Objects for the Ekin.Clarizen library
PetaPoco.NetCore is a fork of PetaPoco based, add .netcore support,support .netframework and .netcore,petapoco is A high performance Micro-ORM on dotnet supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc,support a query and map,and support Multi Mapping, Multiple Results
Track changes in your POCO objects, and in your collections. By using Castle Dynamic Proxy to create proxies of your classes at runtime, you can use your objects just like you used do, and just by calling the AsTrackable() extension method, you get automatic change tracking, and cancellation.
Additional datasources for AutoPoco, including enum, city, street, postal, company, datetime, timespan