An open-source vibe-coded database explorer and manager built with Bun, Hono, and React.
npm install @amalsh/dbindexAn open-source vibe-coded database explorer and manager built with Bun, Hono, and React.
``bash`
bunx @amalsh/dbindex
- Multi-Database Support: Currently supports PostgreSQL with SSL/TLS connections
- Browser-Style Tabs: Open multiple tables and queries simultaneously with independent state management
- Table Data Exploration:
- View table data with pagination (100 rows per page)
- Filter data using SQL WHERE clause syntax
- Foreign key navigation - click to view referenced records
- Expandable table columns in sidebar
- Table Structure Viewer: Inspect columns, indexes, and foreign key relationships
- SQL Query Editor: Execute custom SQL queries with syntax highlighting
- Saved Queries: Save and manage frequently used queries
- Dark/Light Theme: Toggle between themes with persistent preference
- Responsive UI: Built with shadcn/ui components and Tailwind CSS
- PORT: Server port (default: 3000)NODE_ENV
- : Set to development for dev mode, omit for productionVERBOSE
- : Set to true to enable verbose logging (default: false`)
Contributions are welcome! Please feel free to submit a Pull Request.
MIT