MonkeyOrm.MySql
0.4.10
Install-Package MonkeyOrm.MySql -Version 0.4.10
dotnet add package MonkeyOrm.MySql --version 0.4.10
<PackageReference Include="MonkeyOrm.MySql" Version="0.4.10" />
paket add MonkeyOrm.MySql --version 0.4.10
#r "nuget: MonkeyOrm.MySql, 0.4.10"
// Install MonkeyOrm.MySql as a Cake Addin
#addin nuget:?package=MonkeyOrm.MySql&version=0.4.10
// Install MonkeyOrm.MySql as a Cake Tool
#tool nuget:?package=MonkeyOrm.MySql&version=0.4.10
MonkeyOrm is a small, powerful SQL-based ORM for .NET.
Website: http://www.monkeyorm.com/ .
Source code: https://github.com/Sinbadsoft/MonkeyOrm.
Some of MonkeyOrm features and design choices:
* Doesn’t pollute your code: no base classes to inherit from, no attributes and no xml config.
* Easy to adopt, easy to get rid of: No lock-in, it’s just your POCOs and plain old SQL.
* Stateless, no caching.
* Built-in CRUD: Create, Read, Update, Delete and Create-or-Update (aka Upsert).
* Transactions.
* Objects slicing on insertion and update with a black list or a white list.
* Bulk-fetching.
* Data streaming.
* Batch insertion, with fine-grained control on number of inserted objects per query.
* Blobbing.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- MySql.Data (>= 6.6.4)
- Sinbadsoft.Lib.Model
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MonkeyOrm.MySql:
Package | Downloads |
---|---|
Sinbadsoft.Lib.UserManagement
Simple lightweight membership provider for MySql. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Fixed auto generated inserted id error on some mysql server/driver combinations.