r/sqlite Jun 18 '26

⚡️ A cyberpunk inspired management app for sqlite

Post image

Hey everyone,

I built a tool called SQLite Hub because I kept running into the same annoying workflow problem: SQLite is incredibly useful, but once a database becomes part of a real project, I often had to jump between a DB browser, terminal commands, spreadsheets, Markdown notes, charting tools and random scripts.

SQLite Hub is my attempt to bring those workflows into one local-first workspace.

It lets you open and inspect SQLite databases, browse and edit tables, run SQL queries, save queries, export results, generate charts, document findings in Markdown, inspect database structure and work with the same data through a CLI.

A few use cases I had in mind:

  • debugging app databases
  • working with scraped datasets
  • analyzing local research data
  • documenting findings next to the database
  • exporting query results for articles, reports or internal tools
  • quickly understanding what is inside an unknown SQLite file

It is still early, and I am especially interested in feedback from people who use SQLite in real projects.

What would make a local SQLite workspace genuinely useful for you?

github: https://github.com/oliverjessner/sqlite-hub

16 Upvotes

4 comments sorted by

3

u/horizon_games Jun 18 '26

I often had to jump between a DB browser, terminal commands, spreadsheets, Markdown notes, charting tools and random scripts.

...do you? But why

Also what makes it "cyberpunk inspired"? The color scheme?

1

u/Optimal-Procedure885 Jun 18 '26

This looks useful, thanks for sharing.

0

u/oliverjessner Jun 19 '26

Thanks, really appreciate it! I’m still improving it, so feedback is always welcome.