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.
- Host: GitHub
- URL: https://github.com/milestonetg/nhibernate-sqlite
- Owner: milestonetg
- License: mit
- Created: 2018-04-04T19:31:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T20:19:01.000Z (about 8 years ago)
- Last Synced: 2024-04-28T03:30:04.882Z (about 2 years ago)
- Topics: dotnet-core, dotnet-standard, nhibernate, sqlite
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MilestoneTG.NHibernate.Driver.Sqlite.Microsoft
[](https://milestonetg.visualstudio.com/Milestone/_build/index?definitionId=29)
[](https://www.myget.org/feed/milestonetg-public/package/nuget/MilestoneTG.NHibernate.Driver.Sqlite.Microsoft/)
[](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
```