by debba
A lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.
# Add to your Claude Code skills
git clone https://github.com/debba/tabularisAn open-source desktop client for modern databases. Supports PostgreSQL, MySQL/MariaDB and SQLite and is hackable with plugins, with notebooks, AI, and MCP built in.
Available in: English, Italian, Spanish, Chinese (Simplified)
Discord - Join our Discord server to talk with the maintainers, share feedback, and get help from the community.
💡 Origin Story: This project began as an AI-assisted development experiment, exploring how far intelligent agents could accelerate building a fully functional tool from scratch..
No comments yet. Be the first to share your thoughts!
winget install Debba.Tabularis
Download the installer from the Releases page and run it:
tabularis_x.x.x_x64-setup.exe
Follow the on-screen instructions to complete the installation.
To add our tap, run:
brew tap debba/tabularis
Then install:
brew install --cask tabularis
When you install tabularis on macOS, you need to allow accessibility access (Privacy & Security) to the tabularis app.
If you are upgrading and you already have tabularis on the allowed list you will need to manually remove them before accessibility access can be granted to the new version.
macOS users who download directly from releases may need to run:
xattr -c /Applications/tabularis.app
after copying the app to the Applications directory.
sudo snap install tabularis
Download the .AppImage file from the Releases page, make it executable and run it:
chmod +x tabularis_x.x.x_amd64.AppImage
./tabularis_x.x.x_amd64.AppImage
yay -S tabularis-bin
Tabularis checks for updates automatically on startup. When a new version is available, a notification will appear, allowing you to download and install the update seamlessly.
You can also manually check for updates or download the latest version directly from the Releases page.
View the full gallery at tabularis.dev
Join our Discord server to talk with the maintainers, share feedback, suggest features, or get help from the community.
dbgate-query-splitter — correctly handles stored procedures, functions, and $$-delimited blocks.