Skip to content

Releases: jayvenn21/dbscope

v0.1.1

23 Feb 19:35

Choose a tag to compare

v0.1.1

This release refines the canonical schema graph and stabilizes risk computation across analysis, impact, and CI workflows.

Improvements

  • Improved foreign key reach calculation
  • More consistent risk scoring across analyze, impact, and ci
  • Report generation stability (Markdown, HTML, JSON, Graphviz)
  • Better query-log integration for cold/hot table detection
  • Internal graph normalization improvements

Philosophy

dbscope remains:

  • Read-only
  • Deterministic
  • Offline
  • Explainable

All risk metrics are computed from structural schema properties with no heuristics and no telemetry.

v0.1.0

23 Feb 02:58

Choose a tag to compare

Initial public release of dbscope.

dbscope is a read-only relational schema intelligence engine for SQL databases. It builds a canonical graph of tables, columns, indexes, and foreign keys, and computes deterministic risk metrics and blast radius analysis.

This release includes:

  • PostgreSQL schema extraction
  • Unified relational graph model
  • Deterministic table risk scoring (depth, cycle, centrality)
  • Blast radius analysis for tables and columns
  • Query log intelligence (cold/hot tables, index suggestions)
  • CI mode with configurable risk threshold
  • Markdown, HTML, JSON, and Graphviz reports
  • Plain-language explain output

dbscope is fully offline, read-only, and does not modify the target database.

Supported:

  • PostgreSQL (production-ready connector)
  • MySQL / SQLite / ClickHouse (connector interface scaffolded)

This is an early release (v0.1.0). APIs and report formats may evolve.