Turso Database

Turso Database

/tursodatabase
United States of America

The next evolution of SQLite.

10 skills
code-quality
Passed all 3 security checks
General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account
·01.2k
index-knowledge
Passed all 3 security checks
Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.
·0759
debugging
Passed all 3 security checks
How to debug tursodb using Bytecode comparison, logging, ThreadSanitizer, deterministic simulation, and corruption analysis tools
·0737
async-io-model
Passed all 3 security checks
Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these patterns in `core` when doing anything IO
·0708
storage-format
Passed all 3 security checks
SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb
·0706
testing
Passed all 3 security checks
How to write tests, when to use each type of test, and how to run them. Contains information about conversion of `.test` to `.sqltest`, and how to write `.sqltest` and rust tests
·0700
pr-workflow
Passed all 3 security checks
General guidelines for Commits, formatting, CI, dependencies, security
·0694
transaction-correctness
Passed all 3 security checks
How WAL mechanics, checkpointing, concurrency rules, recovery work in tursodb
·0693
differential-fuzzer
Passed all 3 security checks
Information about the differential fuzzer tool, how to run it and use it catch bugs in Turso. Always load this skill when running this tool
·0683
mvcc
Passed all 3 security checks
Overview of Experimental MVCC feature - snapshot isolation, versioning, limitations
·0683