Windows blocking locks. (#200)

This commit is contained in:
Nuno Cruces
2024-12-11 15:05:22 +00:00
committed by GitHub
parent 5f1d5727cd
commit 7f5ea54009
7 changed files with 52 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ as well as direct access to most of the [C SQLite API](https://sqlite.org/cintro
It wraps a [Wasm](https://webassembly.org/) [build](embed/) of SQLite,
and uses [wazero](https://wazero.io/) as the runtime.\
Go, wazero and [`x/sys`](https://pkg.go.dev/golang.org/x/sys) are the _only_ runtime dependencies.
Go, wazero and [`x/sys`](https://pkg.go.dev/golang.org/x/sys) are the _only_ direct dependencies.
### Getting started