|
1 | 1 | --- |
2 | 2 | title: Introduction |
3 | | -description: Native macOS database client supporting MySQL, PostgreSQL, SQLite, MongoDB, Redis, SQL Server, ClickHouse, Oracle, and Redshift with AI SQL assistance |
| 3 | +description: Native macOS database client supporting 18+ databases including MySQL, PostgreSQL, SQLite, MongoDB, Redis, SQL Server, ClickHouse, Oracle, DuckDB, Cassandra, and more with AI SQL assistance |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | # TablePro |
@@ -28,7 +28,7 @@ A native macOS database client. Fast, lightweight, with built-in AI SQL assistan |
28 | 28 | Swift and Apple-native frameworks. No Electron, no web views. Just the responsiveness you expect from a real Mac app. |
29 | 29 | </Card> |
30 | 30 | <Card title="Multiple Databases" icon="database"> |
31 | | - MySQL, MariaDB, PostgreSQL, SQLite, MongoDB, Redis, SQL Server, ClickHouse, Oracle, and Amazon Redshift in one interface. |
| 31 | + 18+ databases in one interface: MySQL, MariaDB, PostgreSQL, SQLite, MongoDB, Redis, SQL Server, ClickHouse, Oracle, Amazon Redshift, DuckDB, Cassandra, Etcd, Cloudflare D1, and more. |
32 | 32 | </Card> |
33 | 33 | <Card title="Smart Autocomplete" icon="wand-magic-sparkles"> |
34 | 34 | Context-aware SQL autocomplete that knows your schema, tables, columns, and SQL syntax. |
@@ -79,6 +79,10 @@ Write queries in plain English, get Copilot-style inline suggestions, and right- |
79 | 79 | | Microsoft SQL Server | Fully Supported | 1433 | |
80 | 80 | | ClickHouse | Fully Supported | 8123 | |
81 | 81 | | Oracle Database | Fully Supported | 1521 | |
| 82 | +| DuckDB | Fully Supported | N/A (file-based) | |
| 83 | +| Cassandra / ScyllaDB | Fully Supported | 9042 | |
| 84 | +| Etcd | Fully Supported | 2379 | |
| 85 | +| Cloudflare D1 | Fully Supported | N/A (API-based) | |
82 | 86 |
|
83 | 87 | ## System Requirements |
84 | 88 |
|
|
0 commit comments