File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ a WAL database can only be accessed by a single proccess.
53
53
Other processes that attempt to access a database locked with BSD locks,
54
54
will fail with the [ ` SQLITE_PROTOCOL ` ] ( https://sqlite.org/rescode.html#protocol ) error code.
55
55
56
+ On Windows, this package may use ` MapViewOfFile ` , like SQLite.
57
+
56
58
You can also opt into a cross platform, in-process, memory sharing implementation
57
59
with the ` sqlite3_dotlk ` build tag.
58
60
@@ -110,4 +112,4 @@ The VFS can be customized with a few build tags:
110
112
- [ ` github.com/ncruces/go-sqlite3/vfs/adiantum ` ] ( https://pkg.go.dev/github.com/ncruces/go-sqlite3/vfs/adiantum )
111
113
wraps a VFS to offer encryption at rest.
112
114
- [ ` 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.
You can’t perform that action at this time.
0 commit comments