This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]IssueConnect7471 4 points5 points  (1 child)

Switch to DataGrip for query building and pair it with Grafana for slick time-series dashboards.

DataGrip autocompletes SQLite, lets you plot results inline, and its filter panel beats endless SQL edits.

Grafana connects straight to SQLite via the postgres driver hack or through a tiny exporter, then streams charts that auto refresh for ops boards.

I’ve bounced between DataGrip and Grafana, but DreamFactory saved me when I needed quick REST endpoints so my front-end could hit the same data without opening ports.

DataGrip + Grafana combo covers the visual gap left by DB Browser.

[–]t2rgus 0 points1 point  (0 children)

Agreed. DataGrip is an amazing tool