添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
博学的紫菜  ·  Upgrade from 1.29.1 ...·  1 月前    · 
留胡子的打火机  ·  Urbackup Server ...·  1 月前    · 
有腹肌的烤红薯  ·  LevelDB vs. RocksDB ...·  1 月前    · 
爱跑步的野马  ·  OperatorNotAllowedInGr ...·  3 月前    · 
俊秀的海龟  ·  Graphic (ArcGIS ...·  7 月前    · 
酒量小的拐杖  ·  windows 10 - "You ...·  1 年前    · 
// Install Microsoft.Data.Sqlite.Core as a Cake Addin
#addin nuget:?package=Microsoft.Data.Sqlite.Core&version=8.0.4
// Install Microsoft.Data.Sqlite.Core as a Cake Tool
#tool nuget:?package=Microsoft.Data.Sqlite.Core&version=8.0.4

The Microsoft.Data.Sqlite.Core package contains the code for SQLite ADO.NET driver. However, it does not automatically bring in any SQLite native binary, instead requiring that the application install and initialize the binary to use.

Usage

Only use this package if you need to change to a different SQLite native binary that the one supplied by Microsoft.Data.Sqlite .

To use this "Core" package, also install a SQLite binary package and initialize it with SQLitePCL.Batteries_V2.Init(); or similar. See github.com/ericsink/SQLitePCL.raw for more information.

Getting support

If you have a specific question about using these projects, we encourage you to ask it on Stack Overflow . If you encounter a bug or would like to request a feature, submit an issue . For more details, see getting support .

SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.