limbo/scripts
Pekka Enberg edd45ff7b8 Improve MVCC DX by dropping --experimental-mvcc flag
The DX is right now pretty terrible:

```
penberg@vonneumann turso % cargo run -- hello.db
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
     Running `target/debug/tursodb hello.db`
Turso v0.4.0-pre.18
Enter ".help" for usage hints.
Did you know that Turso supports live materialized views? Type .manual materialized-views to learn more.
This software is in BETA, use caution with production data and ensure you have backups.
turso> PRAGMA journal_mode = 'experimental_mvcc';
  × Invalid argument supplied: MVCC is not enabled. Enable it with `--experimental-mvcc` flag in the CLI or by setting the MVCC option in `DatabaseOpts`

turso>
```

To add insult to the injury, many SDKs don't even have a way to enable
MVCC via database options. Therefore, let's remove the flag altogether.
2025-12-19 12:59:42 +02:00
..
antithesis antithesis: Upload config image in GitHub Actions workflow 2025-10-30 07:49:44 +02:00
clean_interactions.sh Add scripts that help debug bugs from simulator 2025-09-10 14:56:58 +03:00
clone_test_db.sh run install script before running other sqlite related scripts 2025-12-16 23:19:51 -03:00
corruption_bisecter.py RUFFFffff 2025-09-10 15:00:08 +03:00
gen-changelog.py uv run ruff format && uv run ruff check --fix 2025-07-09 10:06:29 +03:00
install-sqlite3.sh add script to download sqlite file to separate folder 2025-12-15 17:10:51 -03:00
limbo-sqlite3 core: Make strict schema support experimental 2025-09-02 16:40:02 +03:00
merge-pr.py Fix merge script to prompt if tests are still in progress 2025-09-08 13:22:40 -04:00
publish-crates.sh scripts/publish-crates.sh: Remove sqlite3_parser 2025-09-29 17:35:45 +03:00
pyproject.toml Fix merge-py.py script to use github CLI and add makefile command 2025-07-31 10:20:17 -04:00
run-sim rust pass arguments to run-sim 2025-07-07 12:23:00 -03:00
run-sqlancer.sh Add run-sqlancer.sh script to run sqlancer using Turso java bindings 2025-12-11 17:18:11 +02:00
run-until-fail.sh stress: Make random seed configurable 2025-12-15 17:56:33 +02:00
turso-mvcc-sqlite3 Improve MVCC DX by dropping --experimental-mvcc flag 2025-12-19 12:59:42 +02:00
update-version.py Update Java package version in scripts/update-version.py 2025-10-31 13:43:45 +02:00