Skip to content

Releases: CorvidLabs/fledge-plugin-sql

v0.3.0

07 May 14:55
da4c097

Choose a tag to compare

  • fix: block destructive DDL (DROP/ALTER/TRUNCATE) by default, add --allow-destructive flag
  • fix: block multi-statement queries for safety
  • fix: DML success indicator (returns changes count instead of empty array)
  • fix: help text formatting (proper newlines)
  • chore: bump version to v0.3.0

v0.2.2

07 May 14:06
5e38d6a

Choose a tag to compare

fix: update version assertion in test to 0.2.0

v0.2.1

07 May 13:35
5ae0710

Choose a tag to compare

chore: bump plugin.toml version to v0.2.0 (aligns reported version with release)

v0.2.0

07 May 01:57
3438fe9

Choose a tag to compare

What's new

  • Fix: audit round 2 — robustness, validation, edge cases
  • Docs: GitHub Pages documentation site
  • CI improvements

🤖 Released with Claude Code

v0.1.0

06 May 18:31

Choose a tag to compare

Initial release of fledge-plugin-sql.

  • fledge sql init — create project SQLite databases
  • fledge sql query — execute queries with JSON, CSV, list, and table output
  • fledge sql schema — dump database schema
  • fledge sql migrate — run numbered migration files
  • Shell-escaped SQL input to prevent injection
  • Data persistence across plugin reinstalls