Che cos'è storage-format?
Formato file SQLite, alberi B, pagine, celle, overflow, freelist utilizzato in tursodb Fonte: tursodatabase/turso.
Formato file SQLite, alberi B, pagine, celle, overflow, freelist utilizzato in tursodb
Installa rapidamente la skill AI storage-format nel tuo ambiente di sviluppo tramite riga di comando
Fonte: tursodatabase/turso.
| 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) |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/tursodatabase/turso --skill storage-formatFormato file SQLite, alberi B, pagine, celle, overflow, freelist utilizzato in tursodb Fonte: tursodatabase/turso.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/tursodatabase/turso --skill storage-format Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/tursodatabase/turso