Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 320 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 320 Bytes

SQLiteFTS5NET

The SQLite database engine for both x86 and x64 along with the ADO.NET provider with enable FTS5 extension by default.

Installation:

Package Manager: Install-Package System.Data.SQLite.Core.FTS5 -Version 1.0.114.1

.NET CLI: dotnet add package System.Data.SQLite.Core.FTS5 --version 1.0.114.1