Skip to content

Commit 8108d6d

Browse files
authored
Add documentation for VFS introduced in dotnet/efcore#34864. (#43833)
1 parent b424baa commit 8108d6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/standard/data/sqlite/connection-strings.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ A value indicating whether the connection will be pooled.
106106
| True | The connection will be pooled. This is the default. |
107107
| False | The connection won't be pooled. |
108108

109+
### Vfs
110+
111+
A value indicating which [virtual file system (VFS)](https://www.sqlite.org/vfs.html) implementation to use. When empty or not specified, the default VFS for the platform is used.
112+
113+
> [!NOTE]
114+
> The Vfs keyword was added in version 10.0.
115+
109116
## Connection string builder
110117

111118
You can use <xref:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder> as a strongly typed way of creating connection strings. It can also be used to prevent connection string injection attacks.

0 commit comments

Comments
 (0)