Skip to content

Commit 7f14ea8

Browse files
committed
cassandra
1 parent 19c6e5c commit 7f14ea8

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Cross-platform Cassandra Client
3+
subtitle: DbGate - the Smartest SQL+noSQL Database Manager
4+
headDescription: Free and open-source Cassandra client, SQL editor and database manager. Desktop app in Linux, Windows, MacOS and web app in Docker.
5+
name: Cassandra
6+
icon: cassandra.svg
7+
weight: 13
8+
sql: true
9+
skipFk: true
10+
---

content/features/database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ aliases:
2121
* [Azure CosmosDB](/database/cosmosdb-client) (Premium)
2222
* [ClickHouse](/database/clickhouse-client)
2323
* [Redis](/database/redis-client)
24+
* [Apache Cassandra](/database/cassandra-client)
2425
* Support connection over SSH tunnel, for accessing production databases behind firewall
2526
* Support SSL
2627
* Allows work with multiple database connections simultaneously

layouts/database/single.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ <h2>{{ .Params.name }} Database Manager Features</h2>
4242
<li>Connect to multiple databases, directly or through SSH tunnel</li>
4343
{{ end }} {{ if or .Params.sql .Params.mongo }}
4444
<li>Browse or edit data in your tables or views, filter by column value</li>
45+
{{ if not .Params.skipFk }}
4546
<li>Master/detail views, quick view lookup tables</li>
47+
{{ end }}
4648
{{ end }} {{ if .Params.sql }}
4749
<li>
4850
{{ .Params.name }} editor - edit SQL queries with auto-complete suggestions

static/db/cassandra.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)