mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-03-04 08:52:27 -05:00
[Documentation] Where I can find the specification of data-sources.json #743
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#743
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ewh0 on GitHub (Jul 16, 2024).
Originally assigned to: @daelynum on GitHub.
As a new user to cloudbeaver (and dbeaver in general), I need to pre-configure the database connection and personally I find it's difficult to look up the specification of
data-sources.jsonI've navigated back and force between a lot of links, such as
but none of these links fully cover the exact semantics of
data-sources.json. For example, what will happen exactly if I turnsave-passwordto true or false?I'm looking for a specification where it lists every parameter we can put on this json file, and overall schema and the semantic of each parameter.
Using docker as example, the specification of docker compose (https://docs.docker.com/compose/compose-file/build/) basically list and explains each and every possible parameter.
IMHO, having such a document as a reference will help people quickly onboard cloudbeaver (prehaps also dbeaver) in general.
Thanks
@LonwoLonwo commented on GitHub (Jul 16, 2024):
Hello @ewh0
Thanks for the report. We will look at it and try to reconfigure our documentation. We can probably update this article https://dbeaver.com/docs/dbeaver/Admin-Manage-Connections/
@benbouillet commented on GitHub (Oct 28, 2024):
Hello,
I concur, having the JSON schema for
data-sources.jsonwould be a great addition. The organization I work for has automated the generation of db connections to improve developer experienceThanks in advance!
@vanphuoc3012 commented on GitHub (Jan 8, 2025):
Hi, it's would be great there is document for schema of
data-sources.json