-
Notifications
You must be signed in to change notification settings - Fork 3
meta database list
dbeaver-devops edited this page Jun 2, 2026
·
1 revision
meta database list - list databases available in a connected datasource.
dbvr meta database list [-hV]
[-db=<databaseName>]
[-p=<dbPassword>]
[--project=<projectIdOrName>]
[-u=<dbUser>]
[-auth=<authParams>]...
[-ext=<providerParams>]...
[-prop=<connectionParams>]...
[[-net=<handlerParams>]...
[-net-save-pwd=<savePassword>]]
(-ds=<existDataSourceIdOrName> |
-con=<connectionSpec> |
[--driver=<driver>
[[--auth-model=<authModel>]
[--folder=<folder>]
[--name=<dataSourceName>]
[--save-password=<savePassword>]
[--url=<url> |
[[--host=<host>]
[--database=<dbName>]
[--server=<server>]
[--port=<port>]]]]])
Tip: You can also use global options with this command.
List databases (catalogs) available in a connected datasource.
Use connection settings to specify which database this command runs against.
Connect in one of these ways:
- use an existing datasource with
-dsor--datasource - provide a full connection specification with
-con,-ds-spec,-connect, or--datasource-specification - define a connection inline with
--driverand connection parameters
Include credentials, network handlers, and driver-specific properties if required.
For details on all connection settings, see Connection options.
-db, --database-name=<databaseName>
Filter the output by database (catalog) name.
--project=<projectIdOrName>
Use a datasource from the specified project.
Tip: Run
project listto see available projects.
dbvr meta database list -ds=pg-local
Sample output:
postgres
template0
template1
testdb
List databases using inline connection parameters:
dbvr meta database list \
--driver=postgres-jdbc \
--host=localhost \
--port=5432 \
-u=admin \
-p=password
- Getting started
- Reference
- Commands
- Connection options
- Databases support
- Administration
- About dbvr