@amalsh/dbindex
v0.0.7
Published
An open-source vibe-coded database explorer and manager built with Bun, Hono, and React.
Readme
DBIndex
An open-source vibe-coded database explorer and manager built with Bun, Hono, and React.

Quickstart
bunx @amalsh/dbindexFeatures
- 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
Environment Variables
PORT: Server port (default:3000)NODE_ENV: Set todevelopmentfor dev mode, omit for productionVERBOSE: Set totrueto enable verbose logging (default:false)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
