Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.5% downloads on nuget.org
Top 7.0% dependent repos on nuget.org

nuget.org : dapper.data

The connection management wrapper for Dapper.net. *************************************** // To create an instance of database context inherit DbContext class TestDb : DbContext { private const string ConnectionName = "DefaultConnection"; private TestDb() : base(ConnectionName) { } } // execute multiple statatements using same connection // connection and transaction (if needed) var db = new TestDb(); db.Batch(s => { s.BeginTransaction(); try { s.Execute([Your query]); s.CommitTransaction(); } catch { s.RollbackTransaction(); throw; } }); // using it with ninject kernel.Bind<IDbContext>().To<TestDb>().InSingletonScope();

Registry - Homepage - JSON
purl: pkg:nuget/dapper.data
Keywords: orm, sql, micro-orm, dapper
License:
Latest release: almost 7 years ago
First release: over 11 years ago
Dependent repositories: 1
Downloads: 96,225 total
Stars: 4 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago

2.0.0
Published: almost 7 years ago
Registry - Download
1.14.1
Published: over 8 years ago
Registry - Download
1.14.0
Published: almost 10 years ago
Registry - Download
1.11.0
Published: almost 10 years ago
Registry - Download
1.8.0
Published: over 10 years ago
Registry - Download
1.7.0
Published: over 10 years ago
Registry - Download
1.6.0
Published: about 11 years ago
Registry - Download
1.4.0
Published: over 11 years ago
Registry - Download
1.2.0
Published: over 11 years ago
Registry - Download
1.0.0
Published: over 11 years ago
Registry - Download
1.13.0
Published: over 124 years ago
Registry - Download
1.12.0
Published: over 124 years ago
Registry - Download
1.10.0
Published: over 124 years ago
Registry - Download
1.9.0
Published: over 124 years ago
Registry - Download
1.5.0
Published: over 124 years ago
Registry - Download
1.3.0
Published: over 124 years ago
Registry - Download
1.1.0
Published: over 124 years ago
Registry - Download