Grow faster on 𝕏. Find viral ideas, understand your audience, refine your content, and accelerate your 𝕏 growth, all in one place.
Ask AI about shirube
Understand your database as a map — with AI as your navigator.
2 upvotes
shirube is an open-source, AI-native database explorer that helps developers understand a database as a map. It automatically visualises PostgreSQL and SQLite schemas as an interactive ER diagram, so relationships and table structure can be explored without manually tracing foreign keys.
The explorer can search for tables, follow relationships one hop at a time, preview data, and answer questions with an optional AI navigator. shirube runs locally in read-only mode and does not send credentials or data through a shirube server.
Run shirube locally
Start shirube with uvx shirube to launch the local database explorer.
Connect in read-only mode
Provide a database connection for PostgreSQL or SQLite, with access handled as read-only.
Explore diagram and ask questions
Use the interactive ER diagram to search tables, follow relationships, preview data, and optionally ask the AI navigator about connections.
shirube is for developers who need to understand PostgreSQL or SQLite schemas during onboarding, debugging, or development. It’s especially useful for teams that want local, read-only database exploration with an optional AI assistant.