Skip to content

Data sources

dbvr uses the data-sources.json file to store and manage database connection definitions. The file contains connection metadata, driver references, and connection-level settings.

Data sources location

The file is located at ./workspace6/General/.dbeaver/data-sources.json relative to the dbvr workspace on all operating systems.

Tip

For details on workspace paths, see Workspace location.

Example

"postgres-jdbc-161537836e8-3e0957d039995715": {
  "provider": "postgresql",
  "driver": "postgres-jdbc",
  "name": "PostgreSQL - postgres",
  "save-password": true,
  "show-system-objects": true,
  "read-only": false,
  "folder": "PG",
  "lockPassword": "2ba81a47c5512d9e23c435c1f29373cb"
}