Infrastructure: Allow custom SQLite builds (winsqlite3, SQLCipher, etc.) #7667
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Microsoft.Data.Sqlite
has switched to SQLitePCL.raw. By introducing aMicrosoft.EntityFrameworkCore.Sqlite.Core
package, we'll enable consuming projects to choose one of the native SQLite implementations provided by SQLitePCL.raw.For example, to use
winsqlite3.dll
, use this:The current SQLitePCLRaw.bundle_* packages they provide are:
PRAGMA key
)You could also "drop" down to using specific providers (e.g. to use the system-wide SQLite library everywhere), but that scenario is more advanced so I won't cover it here.
For more information about SQLitePCL.raw, see the project's README file.
The text was updated successfully, but these errors were encountered: