An open API service indexing awesome lists of open source software.

https://github.com/milestonetg/nhibernate-sqlite

A NHibernate SQLite driver using Microsoft.Data.Sqlite supporting .Net Core.
https://github.com/milestonetg/nhibernate-sqlite

dotnet-core dotnet-standard nhibernate sqlite

Last synced: 2 months ago
JSON representation

A NHibernate SQLite driver using Microsoft.Data.Sqlite supporting .Net Core.

Awesome Lists containing this project

README

          

# MilestoneTG.NHibernate.Driver.Sqlite.Microsoft

[![Build](https://milestonetg.visualstudio.com/_apis/public/build/definitions/8468d2c8-8497-4e19-9420-4dfcb015c134/29/badge)](https://milestonetg.visualstudio.com/Milestone/_build/index?definitionId=29)
[![MyGet](https://img.shields.io/myget/milestonetg-public/v/MilestoneTG.NHibernate.Driver.Sqlite.Microsoft.svg?semVer=2.0.0)](https://www.myget.org/feed/milestonetg-public/package/nuget/MilestoneTG.NHibernate.Driver.Sqlite.Microsoft/)
[![NuGet](https://img.shields.io/nuget/v/MilestoneTG.NHibernate.Driver.Sqlite.Microsoft.svg?semVer=2.0.0)](https://www.nuget.org/packages/MilestoneTG.NHibernate.Driver.Sqlite.Microsoft/)

A NHibernate SQLite driver using Microsoft.Data.Sqlite.

## Configuration

Example configuration template:

``` xml


MilestoneTG.NHibernate.Driver.Sqlite.Microsoft.MicrosoftSqliteDriver, MilestoneTG.NHibernate.Driver.Sqlite.Microsoft


Data Source=nhibernate.db;
DateTimeFormatString=yyyy-MM-dd HH:mm:ss.FFFFFFF;

NHibernate.Dialect.SQLiteDialect

```