FluentNHibernate.Cfg.Db.CsharpSqlite offers a reflection-based driver and configuration class to allow the C#-SQLite library to work underneath FluentNHibernate.
FluentNHibernate.Cfg.Db.CsharpSqlite is available via NuGet. To install it, run the following command in the Package Manager Console:
PM> Install-Package FluentNHibernate.Cfg.Db.CsharpSqlite
Please see the wiki for usage and an example.
This library is part of the public domain.