Skip to content

Commit e10079c

Browse files
authored
SQLite documentation update
SQLite documentation update
1 parent e3c2ffa commit e10079c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/core/sqlite.fsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ the ResolutionPath parameter at all, but you still need to copy the interop libr
5151
5252
If you use Microsoft.Data.Sqlite driver, you still need the physical dll, (in that case e_sqlite3.dll), to be in resolutionPath or folder under operating system PATH variable.
5353
54+
### Current build of SQLProvider with the dynamic provider
55+
If you are building the current system on other platforms like Linux, a tested version of SQLite.Interop.dll can be downloaded from runtimes folder of this NuGet package:
56+
[System.Data.SQLite.Core, 1.0.113](https://www.nuget.org/packages/System.Data.SQLite.Core/1.0.113)
57+
5458
*)
5559

5660
[<Literal>]

0 commit comments

Comments
 (0)