mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 00:14:21 +01:00
Merge 'Add SQLite installation instructions for Windows to contrib' from dkaluza
Closes #614
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user