Launching today

Tabularis
A lightweight, developer-focused database management tool.
6 followers
A lightweight, developer-focused database management tool.
6 followers
Tabularis helps you explore and manage your databases without the clutter. Quickly browse tables, run queries, and understand your data — all with a fast, minimal interface built for developers. Perfect for side projects, prototypes, or your daily workflow.









@debba heads up, your site is showing ssl certificate error. connection not private, err_cert_common_name_invalid.
its launch day, go fix it quick before you lose visitors!
@topfuelauto yeah I promptly fixed it, it was related to www CNAME record
Minimal, fast database explorers are underrated - most DB clients are bloated with features I never use. Tauri for the desktop app makes sense for keeping it lightweight compared to Electron alternatives. Perfect for side projects where you just need to quickly inspect tables and run ad-hoc queries without the overhead of DataGrip or pgAdmin. What databases does it support out of the box - Postgres, MySQL, SQLite? And does it handle schema visualization with relationship diagrams, or is it purely table browsing and query execution?
@easytoolsdev It supports MySQL, and I’m currently integrating PostgreSQL and SQLite. At the moment, it doesn’t provide ER schema visualization, but it allows you to execute queries, browse tables, and create or modify table DDL.
It also includes an experimental AI feature for query explanation and query generation, as well as an MCP server that enables agent-based communication.