SQLite Hub

SQLite Hub

A sharper way to work with SQLite.

oliverjessner
@oliverjessner
Published on Jul 14, 2026
Visit site
8 PeerPush
🥇
Ranked #1
Product of the Day
PeerPush

Details

Pricing
Free
Platforms
Web

Discovery signals

How AI and people discover SQLite Hub on PeerPush

Community award Jul 15, 2026Community awardA Product of the Day, Week, or Month award this product won from the community.
#1 Product of the Day

Jul 15, 2026

AI-readyAI-readyWhether this product carries the structured data - use cases, audiences, platforms - that lets AI match it to the right questions.
Structured

Described for AI to match

Described for AI with use cases, audiences, platforms and pricing so assistants can match it to the right questions.
Discoverable nowDiscoverable nowWhether this product is queryable through the PeerPush API and MCP right now.
Live

Via the PeerPush API and MCP

Queryable through the PeerPush API, MCP and semantic search from day one.

About SQLite Hub

SQLite Hub is a local-first SQLite manager and CLI designed for people who work directly with SQLite files as products, research sources, operational datasets, prototypes, or evidence. The project aims to make SQLite databases easier to inspect, edit, understand, document, visualize, and export without forcing users into a cloud platform or a heavyweight enterprise database client. The core idea behind SQLite Hub is simple: many useful applications, internal tools, research projects, AI workflows, media archives, scraping pipelines, and prototypes already store important data in local SQLite files. However, working with those files often requires jumping between terminal commands, database browsers, spreadsheet tools, Markdown notes, charting tools, and custom scripts. SQLite Hub brings those everyday workflows into one focused local workspace. The application runs locally and lets users open or create SQLite databases, inspect database health, review schema details, browse tables, filter records, edit safely identifiable rows, run SQL queries, save useful queries, export results, generate charts, manage database-scoped Markdown documents, and inspect table relationships through a visual structure view. It also includes a Table Designer for creating and modifying tables with live SQL previews, validation, keys, defaults, constraints, and migration warnings. A major focus of the project is practical data work. SQLite Hub is not only meant for developers writing SQL. It is also useful for journalists, analysts, founders, researchers, indie hackers, and technical operators who collect, clean, structure, and interpret local datasets. A journalist can use it to analyze scraped public data, document findings beside the database, export selected results as Markdown or CSV, and generate charts for further reporting. A developer can use it to inspect an app database, debug schema issues, run saved queries, and export rows or tables through the built-in CLI. A researcher can maintain notes, saved SQL queries, and visualizations close to the underlying dataset. The CLI extends the same local workflows into the terminal. Users can start and configure the app, list imported databases, inspect tables, run or export saved queries, print or export Markdown documents, and export individual rows as JSON. This makes SQLite Hub useful both as an interactive browser-based tool and as part of repeatable command-line workflows. The next development step is to add an AI-assisted layer that respects the local-first philosophy of the product. The goal is not to replace SQL or hide the database from the user, but to make database work faster and more understandable. Planned AI features include schema-aware query assistance, natural-language explanations of database structures, suggestions for data-cleaning steps, automatic documentation drafts, query result summaries, anomaly detection, and guided transformations for non-expert users. For example, a user could ask what a database contains, which tables are related, how to write a query for a specific question, or how to turn a result into a report-ready summary. SQLite Hub is built around transparency, user control, and practical utility. Users should always understand what happens to their data, see the generated SQL before destructive or structural actions, and decide when AI assistance is used. The long-term vision is to make SQLite Hub a powerful local data workspace for the growing number of people who use SQLite as the backbone of small products, internal tools, research pipelines, AI datasets, and personal knowledge systems.

Screenshots

Screenshot 1 of SQLite Hub
Screenshot 2 of SQLite Hub
Screenshot 3 of SQLite Hub
Screenshot 4 of SQLite Hub

Reviews (12)

Average 4.9 out of 5

4.9

Based on 12 reviews

5
11
4
1
3
0
2
0
1
0
noodlesmr18

I wrote an issue at github for go support

Fabian

Sehr einfach auch für Anfänger. Vibe code damit

Constantin

Its open source and it runs on your pc, following the developer since the start of SQLite Hub

sweety18

found it on twitter the solo dev oliver is really putting work into it. Never saw a such complete SQL Management System

conny

Seit SQLite Hub verstehe ich dank dem Advisor und dem SQL Editor erst so richtig SQL

Berni

I love the chart function its like a mini bi combined with the documents feature

D

I discovered SQLite Hub by chance on Threads and immediately became curious because many SQLite tools are either missing a modern interface or genuinely useful features. SQLite Hub combines both surprisingly well. The application feels clean, fast, and thoughtfully designed without making simple tasks unnecessarily complicated. What I especially like is that you can do much more than just open databases and edit tables. You can run SQL queries, inspect schemas, export data, manage backups, and work with several useful developer-focused features in one place. Many tasks that previously required multiple tools or custom scripts are now combined in a single application. Despite its broad feature set, SQLite Hub never feels overloaded. You can tell that it was built from real-world experience rather than simply trying to copy existing database tools. For developers who regularly work with local SQLite databases, it is definitely worth checking out. I am glad I discovered it on Threads.

Comments (8)

oliverjessner
@oliverjessner

Thanks every one yesterday we got the Product of the Day award!

Fabian
@Fabian

Mir gefälllt die struckture funktion am besten 5/5⭐️⭐️⭐️⭐️⭐️

Constantin
@Constantin

Can't wait to see the next version and which features are coming.

oliverjessner
@oliverjessner

@Constantin There will be a lot more improvements in the future

conny
@conny

Bestes UX und UIE Interface für SQLite. Mach weiter so!

oliverjessner
@oliverjessner

@conny Vielen Vielen Dank ich geb mein bestes

Berni
@Berni

Can we get support for autocomplete in the editor?

oliverjessner
@oliverjessner

@Berni Sure its planned for v2.4.0 you can check upcoming features here https://github.com/oliverjessner/sqlite-hub/blob/main/docs/todo.md

D
@DragonSlayer123

Did you add MCP already?

oliverjessner
@oliverjessner

@DragonSlayer123 Yes its already in v2.3.1 just brew upgrade or npm update

oliverjessner
@oliverjessner

Hey everyone, I built SQLite Hub because I kept running into the same problem: SQLite is everywhere, but working with real SQLite databases often means switching between terminal commands, DB browsers