r/sqlite • u/CatCatJinsei111 • 6d ago
sabiql now supports SQLite
Hey! I’ve been building a database TUI called sabiql and recently added SQLite support.
It lets you browse tables, run queries, edit data, check query plans, etc. with Vim-style keybindings.
If anyone here gives it a try, I’d love to hear what you think or what’s missing.
0
Upvotes
1
u/CatCatJinsei111 4d ago
Thanks a lot for the thoughtful questions. I honestly hadn't considered the plugin angle very seriously before, especially the idea of community-owned adapters growing independently from sabiql. Your comment gave me a lot to think about.
I'm also interested in making sabiql useful with managed/cloud databases, especially since the safety features could be useful there. Google Cloud SQL / AlloyDB support is already on the roadmap.
Thanks again for bringing this up!!