limbo/docs
Pekka Enberg 194d43edde Add explanation for concurrent transactions
Make it explicit that Turso -- like most databases -- allows a single
active transaction per connection at a time. If you need concurrency,
you need multiple connections, even with BEGIN CONCURRENT.
2025-12-06 09:44:25 +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 Add explanation for concurrent transactions 2025-12-06 09:44:25 +02:00
testing.md Rename Limbo -> Turso in python tests 2025-07-02 10:57:46 -04:00