limbo/docs
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
..
contributing Fix URLs to point to github.com/tursodatabase/turso 2025-06-30 11:23:53 +03:00
internals/mvcc docs: Fold typical_query.md to internals.md 2025-02-10 11:15:57 +02:00
CODEOWNERS Add PThorpe92 to codeowners file for extensions + go bindings 2025-05-25 13:29:05 -04:00
javascript-api-reference.md Add links to JavaScript packages 2025-08-19 19:31:32 +03:00
manual.md Improve MVCC DX by dropping --experimental-mvcc flag 2025-12-19 12:59:42 +02:00
testing.md Rename Limbo -> Turso in python tests 2025-07-02 10:57:46 -04:00