-
Notifications
You must be signed in to change notification settings - Fork 1
project create
dbeaver-devops edited this page Jun 2, 2026
·
1 revision
dbvr project create [-hV]
-n=<name>
[-d=<description>]
Tip: You can also use global options with this command.
Create a new project in the current workspace.
A project is a logical container for datasources. After creation, the project can be used with commands such as
datasource create or datasource list.
-n, --name=<name>
Set the project name.
-d, --description=<description>
Set an optional description for the project.
Create a project:
dbvr project create --name=Analytics
Create a project with a description:
dbvr project create \
--name=Analytics \
--description="Project for analytics workloads"
- Getting started
- Reference
- Commands
- Connection options
- Databases support
- Administration
- About dbvr