SQL Pipe

Use this skill when the user wants to query CSV data with SQL using an in-memory SQLite database.

javimosch 478ed3b 590 B Updated

File contents

sql-pipe Plugin

Pipe CSV into SQLite for instant SQL queries.

Commands

  • sql-pipe _ _ — Passthrough to sql-pipe CLI

Installation

cargo install sql-pipe

Examples

cat data.csv | sql-pipe "SELECT * FROM stdin WHERE age > 18"

Key Features

  • SQL on CSV — Query CSV data with full SQL
  • In-memory SQLite — No database setup needed
  • Pipeline-ready — stdin/stdout support
  • Fast — Written in Rust

javimosch/supercli/tree/main/plugins/sql-pipe/skills/quickstart commit 478ed3bbb1

Frequently asked questions

npx skillmds@latest add javimosch/sql-pipe