Live data from Hacker News

Show HN: DBcooper – Open-source database client for macOS built with Tauri

github.com

1–5 of 5 posts

Show HN: DBcooper – Open-source database client for macOS built with Tauri

#1
Hey HN! I built DBcooper, a native macOS database client using Tauri (Rust) + React.

Supports PostgreSQL, SQLite, Redis, and ClickHouse in one app.

Features: - Schema visualizer with interactive ER diagrams - AI-powered SQL generation (bring your own OpenAI key) - Command palette for keyboard-first navigation - SSH tunnel support for remote connections - Fast and lightweight (~9MB) thanks to Tauri

This started as a side project because I wanted something simpler than the existing options.

Built with: Rust + Tauri, React + TypeScript, shadcn/ui

Would love feedback from fellow developers. What features would you want in a database client?

Show HN: DBcooper – Open-source database client for macOS built with Tauri
github.com

Re: Show HN: DBcooper – Open-source database client for macOS built with Tauri

#3
post #2

Thx for sharing, seems to be solidly done, so i would opt for using even more rust, use it as wasm, only using JS for necessary bindings, so in terms of tauri this shall mean using leptos e.g.

Interesting, will explore this more