Skip to content

Commit 3215376

Browse files
authored
Update README.md
1 parent a57ce87 commit 3215376

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vfs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ a WAL database can only be accessed by a single proccess.
5353
Other processes that attempt to access a database locked with BSD locks,
5454
will fail with the [`SQLITE_PROTOCOL`](https://sqlite.org/rescode.html#protocol) error code.
5555

56+
On Windows, this package may use `MapViewOfFile`, like SQLite.
57+
5658
You can also opt into a cross platform, in-process, memory sharing implementation
5759
with the `sqlite3_dotlk` build tag.
5860

@@ -110,4 +112,4 @@ The VFS can be customized with a few build tags:
110112
- [`github.com/ncruces/go-sqlite3/vfs/adiantum`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/vfs/adiantum)
111113
wraps a VFS to offer encryption at rest.
112114
- [`github.com/ncruces/go-sqlite3/vfs/xts`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/vfs/xts)
113-
wraps a VFS to offer encryption at rest.
115+
wraps a VFS to offer encryption at rest.

0 commit comments

Comments
 (0)