Merge 'Add SQLite installation instructions for Windows to contrib' from dkaluza

Closes #614
This commit is contained in:
Pekka Enberg 2025-01-05 10:04:10 +02:00
commit 1c2e074c93

View file

@ -75,10 +75,14 @@ The purpose of these tests is to verify behavior matches with SQLite and Limbo.
```console
cargo install cargo-c
```
2. [SQLite](https://www.sqlite.org/index.html) is needed for compatibility checking. You can install it using `brew`:
2. [SQLite](https://www.sqlite.org/index.html) is needed for compatibility checking. You can install it using `brew` on macOS/Linux:
```console
brew install sqlite
```
Or using `choco` on Windows:
```console
choco install sqlite
```
### Running the tests
To run the test suite with Limbo, simply run: