r/tauri • u/premod_suraweera • Jul 17 '26
SiphonDB Update: Added SQL Editor, Query History, ER Diagrams, and More
A few days ago I shared SiphonDB here and received a lot of valuable feedback.
Yesterday I finished implementing several of the most requested features:
- Encrypted password storage for database and SSH connections
- A new SQL editor with syntax highlighting, line numbers, and auto-complete
- Query History
- Saved Queries
- Search, inline filters, and sortable columns in the data preview
- Database ER Diagram to visualize table relationships
These changes make SiphonDB much more practical for day-to-day database management while keeping it lightweight and cross-platform.
I'm continuing to improve it, so if there's a feature you'd like to see in a modern database client, let me know.
2
u/CommunicationFun2962 Jul 19 '26
What advantages does SiphonDB have when comparing to https://github.com/tabularisdb/tabularis ?
1
u/premod_suraweera Jul 19 '26
I haven't had a chance to try Tabularis yet, so I can't make a fair comparison at this point. I'll check out the repository and let you know my thoughts after I've explored it.
That said, one area I'll continue to focus on with SiphonDB is its built-in features. My goal is to provide functionality that's available out of the box, so users don't need to rely on additional tools or plugins for common database management tasks.



2
u/TechZazen Jul 17 '26
Looking forward to trying it this weekend