Search This Blog

Tuesday, September 15, 2009

NHibernate Testing with SQLite in-memory DB

link -> NHibernate Testing with SQLite in-memory DB

SQLite LogoThis is a follow-up to my post here about SQLiteDatabaseScope, a small class to control the lifecycle of SQLite in-memory databases. It allows you to run NHibernate tests against SQLite’s fast in-memory database. Since each test can have its own database in memory, you can easily run tests in parallel without conflict.

No comments:

Post a Comment