Skip to main content
Back to registry

storage-format

tursodatabase/turso

Page size: power of 2, 512-65536 bytes. Default 4096.

Installs349
Install command
npx skills add https://github.com/tursodatabase/turso --skill storage-format
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Page size: power of 2, 512-65536 bytes. Default 4096. All multi-byte integers: big-endian . Two B-tree types: Page 1 always root of sqlite_schema table. Similar but key is arbitrary (columns + rowid), not just rowid. Serial types: When payload exceeds threshold, excess stored in overflow chain: Last page has next_page=0. Linked list of trunk pages, each containing leaf page numbers: Key files: - Table B-tree : 64-bit rowid keys, stores row data - Index B-tree : Arbitrary keys (index columns + rowid) - core/storage/sqlite3_ondisk.rs - On-disk format, PageType enum - core/storage/btree.rs - B-tree operations (large file) - core/storage/pager.rs - Page management - core/storage/buffer_pool.rs - Page caching - SQLite File Format - SQLite B-Tree Module - SQLite Internals: Pages & B-trees

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does storage-format do?

Page size: power of 2, 512-65536 bytes. Default 4096.

Is storage-format good?

storage-format does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does storage-format work with?

storage-format currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to storage-format?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install storage-format?

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

Related skills

More from tursodatabase/turso

Related skills

Alternatives in Software Engineering