Skip to content

Assembly that enables NHibernate to batch commands when using MySQL.

Notifications You must be signed in to change notification settings

bryanmenard/NHibernate.MySQLBatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NHibernate.MySQLBatcher

NHibernate.MySQLBatcher is a simple library that allows NHibernate to batch MySQL commands. The was initially a patch built by Oleg Sakharov, but could not be included into NHibernate because of the dependency on mysql.data.

Usage

The easiest way to use the library is to install it via NuGet:

Install-Package NHibernate.MySQLBatcher

Then, add the following line to your NHibernate configuration:

config.DataBaseIntegration(
    db => db.Batcher<MySqlClientBatchingBatcherFactory>());

Thanks to Diego Mijelshon for pointing this functionality out.

License

This library is licensed under the LGPL v2.1 because that's what NHibernate is licensed under and I want to stay consistent with that.

About

Assembly that enables NHibernate to batch commands when using MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published