Skip to content

Commit d5a1f6d

Browse files
committed
cloud docs
1 parent feec96d commit d5a1f6d

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ DbGate is database manager, allowing to connect and work with supported database
2424
| [MariaDB](https://mariadb.org/) | {{< check >}} | {{< check >}} | Backup, Restore |
2525
| [CockroachDB](https://www.cockroachlabs.com/) | {{< check >}} | {{< check >}} | |
2626
| [DuckDB](https://duckdb.org/) | {{< check >}} | {{< check >}} | |
27+
| [Firebird](https://www.firebirdsql.org//) | {{< check >}} | {{< check >}} | |
2728
| [libSQL](https://libsql.org/) | | {{< check >}} | |
2829
| [CosmosDB](https://azure.microsoft.com/en-us/products/cosmos-db) | | {{< check >}} | |
2930
| [Amazon Redshift](https://aws.amazon.com/redshift/) | | {{< check >}} | |

content/dbgate-cloud.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: DbGate Cloud
3+
weight: 35
4+
draft: true
5+
---
6+
7+
DbGate cloud is online storage for your connections, SQL scripts and other objects. Also it offers public knowledge base for useful SQL scripts.
8+
9+
## Sign in
10+
To use DbGate cloud, it is neccessary to sign in. Use {{< mdi "account-remove-outline" >}} icon in left panel.
11+
12+
Your cloud storage is always associated with your e-mail address.
13+
You could choose one of following authentization providers:
14+
* GMail
15+
* GitHub
16+
* E-mail - one-time sign-in magic link will be sent to your email
17+
18+
DbGate servers don't store your password.
19+
20+
## Use connections stored on cloud
21+
Your cloud content appears under {{< mdi "cloud-key" >}} widget after sign-in. By default, you see your Private folder (with write access).
22+
23+
Save connection to cloud:
24+
* Connection context menu, choose "Copy to cloud folder"
25+
* Click {{<mdi "plus-thick" >}}, the choose "Add connection on cloud"
26+
27+
## Which connection is stored on the cloud?
28+
* Your cloud connections are always under {{< mdi "cloud-key" >}} widget
29+
* Your locally stored connections under {{< mdi "database" >}} widget
30+
31+
## Working with folders
32+
You could create next folders besides your Private folder (Premium edition needed).
33+
34+
Under {{<mdi "plus-thick" >}} button, there are commandsL
35+
* New shared folder - creates new shared folder. By default, it is accessible only to you, you could invite next users
36+
* Add existing shared folder - if you have invite link to some shared folder (created by different user), this is the right place to use it
37+
38+
If you want to share your folder with other people, right-click on folder and choose "Copy invite link"
39+
40+
## Shared folder permissions
41+
* Admin - you have full access to folder, you could invite other people and write content
42+
* Write - You could write/delete content, but you could not invite other people
43+
* Read - only read content of folder. Please keep in mind, this permission doesn't apply databases available inside server defined connection

0 commit comments

Comments
 (0)