EXE
WinGet
tabularis
Debba · 0.9.6 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
tabularis_0.9.6_x64-setup.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\tabularis
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.9.6
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
tabularis_0.9.6_x64-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Debba.Tabularis
Version
0.9.6
Description
A lightweight, developer-focused database management tool. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.
License
Apache-2.0
↗
Homepage
https://github.com/debba/tabularis
Installer URL
https://github.com/debba/tabularis/releases/download/v0.9.6/tabularis_0.9.6_x64-setup.exe
Release Notes
See the assets to download this version and install.
What's Changed
- fix(website): scope badge image rule to shields.io only by @debba in #59
- feat: Publish the Redis plugin for Tabularis by @gzamboni in #58
- feat: Add Redis plugin to registry (Rust, tabularis-redis-plugin) by @nicholas-papachriston in #60
- Fix macOS autocorrect modifying connection dialog inputs by @debba in #65
- Fix Escape key handling for modals by @SergioChan in #66
- Feat/autocomplete column names table filter by @debb…