Closed
Description
Microsoft.Data.Sqlite.Core is a .NETStandard 2.0
nuget package, can be used in any .NET platform that supports .NETStandard 2.0, it it provided by microsoft, should be the official sqlite provider for .net.
Since NHibernate is a .NETStandard 2.0
too, so how about create a new a sqlite driver with it?
I have create a MsSqliteDriver
in my nhibernate-extensions repository, the configuration file is hibernate.sqlite.config and the unit test file is MsSqliteDriverTest
please review it, if it is acceptable, I can create a merge request fot it. And if it is not acceptable, I would like to publish a separate nuget package。