{"id":22862356,"url":"https://github.com/milestonetg/nhibernate-sqlite","last_synced_at":"2026-04-10T22:43:03.726Z","repository":{"id":97618951,"uuid":"128111449","full_name":"milestonetg/nhibernate-sqlite","owner":"milestonetg","description":"A NHibernate SQLite driver using Microsoft.Data.Sqlite supporting .Net Core.","archived":false,"fork":false,"pushed_at":"2018-04-04T20:19:01.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-28T03:30:04.882Z","etag":null,"topics":["dotnet-core","dotnet-standard","nhibernate","sqlite"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milestonetg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-04T19:31:33.000Z","updated_at":"2018-08-23T22:18:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f65f4c14-8039-4dae-a775-bb20d7908c9e","html_url":"https://github.com/milestonetg/nhibernate-sqlite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milestonetg%2Fnhibernate-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milestonetg%2Fnhibernate-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milestonetg%2Fnhibernate-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milestonetg%2Fnhibernate-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milestonetg","download_url":"https://codeload.github.com/milestonetg/nhibernate-sqlite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443524,"owners_count":20778247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet-core","dotnet-standard","nhibernate","sqlite"],"created_at":"2024-12-13T10:13:00.881Z","updated_at":"2026-04-10T22:42:58.706Z","avatar_url":"https://github.com/milestonetg.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MilestoneTG.NHibernate.Driver.Sqlite.Microsoft\n\n[![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)\n[![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/)\n[![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/)\n\n\nA NHibernate SQLite driver using Microsoft.Data.Sqlite.\n\n## Configuration\n\nExample configuration template:\n\n``` xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003chibernate-configuration xmlns=\"urn:nhibernate-configuration-2.2\" \u003e\n\t\u003csession-factory name=\"NHibernate.Test\"\u003e\n\t\t\u003cproperty name=\"connection.driver_class\"\u003eMilestoneTG.NHibernate.Driver.Sqlite.Microsoft.MicrosoftSqliteDriver, MilestoneTG.NHibernate.Driver.Sqlite.Microsoft\u003c/property\u003e\n\t\t\u003c!-- DateTimeFormatString allows to prevent storing the fact that written date was having kind UTC,\n\t\t     which dodges the undesirable time conversion to local done on reads by System.Data.SQLite.\n\t\t     See https://system.data.sqlite.org/index.html/tktview/44a0955ea344a777ffdbcc077831e1adc8b77a36\n\t\t     and https://github.com/nhibernate/nhibernate-core/issues/1362 --\u003e\n\t\t\u003cproperty name=\"connection.connection_string\"\u003e\n\t\t\tData Source=nhibernate.db;\n\t\t\tDateTimeFormatString=yyyy-MM-dd HH:mm:ss.FFFFFFF;\n\t\t\u003c/property\u003e\n\t\t\u003cproperty name=\"dialect\"\u003eNHibernate.Dialect.SQLiteDialect\u003c/property\u003e\n\t\u003c/session-factory\u003e\n\u003c/hibernate-configuration\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilestonetg%2Fnhibernate-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilestonetg%2Fnhibernate-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilestonetg%2Fnhibernate-sqlite/lists"}