·storage-format
</>

storage-format

tursodatabase/turso

SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb

277Installs·6Trend·@tursodatabase

Installation

$npx skills add https://github.com/tursodatabase/turso --skill storage-format

SKILL.md

| 0 | 16 | Magic: "SQLite format 3\0" | | 16 | 2 | Page size (big-endian) | | 18 | 1 | Write format version (1=rollback, 2=WAL) | | 19 | 1 | Read format version | | 24 | 4 | Change counter | | 28 | 4 | Database size in pages | | 32 | 4 | First freelist trunk page | | 36 | 4 | Total freelist pages | | 40 | 4 | Schema cookie |

| 56 | 4 | Text encoding (1=UTF8, 2=UTF16LE, 3=UTF16BE) |

| 0x02 | Interior index | Index B-tree internal node | | 0x05 | Interior table | Table B-tree internal node | | 0x0a | Leaf index | Index B-tree leaf | | 0x0d | Leaf table | Table B-tree leaf | | - | Overflow | Payload exceeding cell capacity | | - | Freelist | Unused pages (trunk or leaf) |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tursodatabase/turso --skill storage-format
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is storage-format?

SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb Source: tursodatabase/turso.

How do I install storage-format?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tursodatabase/turso --skill storage-format Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tursodatabase/turso