添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
博学的煎饼  ·  System.Data.SQLite: ...·  20 小时前    · 
沉着的大白菜  ·  System.Data.SQLite: ...·  20 小时前    · 
健身的脸盆  ·  System.Data.SQLite ...·  20 小时前    · 
谦和的打火机  ·  SQLite Encryption ...·  20 小时前    · 
谈吐大方的小蝌蚪  ·  SQLite User Forum: ...·  20 小时前    · 
强悍的楼梯  ·  天长先锋网·  3 月前    · 
憨厚的大脸猫  ·  unable to resolve ...·  4 月前    · 
寂寞的日光灯  ·  [Bug]: ...·  4 月前    · 
文武双全的足球  ·  Using JHipster in ...·  5 月前    · 
// 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.