limbo/scripts
Pekka Enberg 2fc5c0ce5c Switch to runtime flag for enabling indexes
Makes it easier to test the feature:

```
$ cargo run --  --experimental-indexes
Limbo v0.0.22
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database
limbo> CREATE TABLE t(x);
limbo> CREATE INDEX t_idx ON t(x);
limbo> DROP INDEX t_idx;
```
2025-06-26 10:07:28 +03:00
..
antithesis antithesis: Run experiment for 60 minutes 2025-06-24 14:16:09 +03:00
clone_test_db.sh Clear test db's WAL too in clone_test_db.sh 2025-05-26 22:00:39 +03:00
limbo-sqlite3 Adjust limbo run script to log to file during tests if RUST_LOG set 2025-04-08 19:32:51 -04:00
limbo-sqlite3-index-experimental Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
merge-pr.py ruff lint fix 2025-06-20 15:59:03 -03:00
publish-crates.sh Add CSV extension 2025-05-21 09:22:59 +02:00
pyproject.toml python: add UV project for 'scripts' 2025-04-23 10:32:38 +03:00
run-sim Add scripts/run-sim helper 2025-01-14 17:19:58 +02:00
update-version.py ruff lint fix 2025-06-20 15:59:03 -03:00