·differential-fuzzer
</>

differential-fuzzer

tursodatabase/turso

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

268Installs·4Trend·@tursodatabase

Installation

$npx skills add https://github.com/tursodatabase/turso --skill differential-fuzzer

SKILL.md

The differential fuzzer compares Turso results against SQLite for generated SQL statements to find correctness bugs.

| test.sql | All executed SQL statements. Failed statements prefixed with -- FAILED:, errors with -- ERROR: | | schema.json | Database schema at end of run (or at failure) | | test.db | Turso database file (only with --keep-files) | | test-sqlite.db | SQLite database file (only with --keep-files) |

If needed try to compare the behaviour and produce a report in the end. Always write to a tmp file first with Edit tool to test the sql and then pass it to the binaries.

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 Source: tursodatabase/turso.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Quick answers

What is differential-fuzzer?

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 Source: tursodatabase/turso.

How do I install differential-fuzzer?

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 differential-fuzzer 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