
Tabularis supports extending its database engine support via a language-agnostic plugin system. Browse the registry below to find drivers for your favorite databases.
DuckDB local analytical database
| Version | Requires Tabularis | Platforms |
|---|---|---|
| v0.2.0 | ≥ 0.9.2 | Linux ARM64Linux x64macOS ARM64macOS x64Windows x64 |
| v0.1.0 | ≥ 0.8.15 | Linux ARM64Linux x64macOS ARM64macOS x64Windows x64 |
Query a folder of .csv / .tsv files as a database. Each file becomes a table.
| Version | Requires Tabularis | Platforms |
|---|---|---|
| v1.0.2 | ≥ 0.9.2 | Universal |
| v1.0.1 | ≥ 0.9.0 | Universal |
Tabularis driver for Redis databases. Supports virtual table views for Strings, Hashes, Lists, Sets, and ZSets with native UI write operations.
| Version | Requires Tabularis | Platforms |
|---|---|---|
| v0.4.0 | ≥ 0.9.2 | Linux x64Linux ARM64macOS x64macOS ARM64Windows x64 |
Redis key-value store with Hash and RedisJSON row storage
| Version | Requires Tabularis | Platforms |
|---|---|---|
| v0.2.0 | ≥ 0.9.2 | Linux x64Linux ARM64macOS x64macOS ARM64Windows x64 |
ClickHouse columnar OLAP database driver
| Version | Requires Tabularis | Platforms |
|---|---|---|
| v0.1.0 | ≥ 0.9.5 | Linux x64Linux ARM64macOS x64macOS ARM64Windows x64 |
Query Hacker News as SQL: a style exercise showcasing Tabularis plugin settings, from feeds and comment depth to user profiles and poll options.
| Version | Requires Tabularis | Platforms |
|---|---|---|
| v0.1.0 | ≥ 0.9.7 | Linux x64Linux ARM64macOS x64macOS ARM64Windows x64 |
Got a database you'd like to support? The plugin guide covers the JSON-RPC protocol, manifest format, and includes a full Rust skeleton to get you started in minutes.
Read the Plugin Guide →