Skip to content
Jean-Pierre Bachmann edited this page Aug 2, 2019 · 1 revision

YAORM has a self maintained SqLite adapter based on the official "System.Data.SQLite.Core" package. The SqLite Adapter supports the same set of .net Frameworks as the main lib does. You must include the Nuget Package "JPB.DataAccess.SqLite"

To use the SqLite adapter you should simply call the constructor new DbAccessLayer(new SqLite(:connectionString)).

Sometimes the Deployment of the SqLite Native files does not imminently work, if thats the case please just include the "System.Data.SQLite.Core" in your project directly.

Clone this wiki locally