Skip to content

Welcome to dbvr Documentation

This is the documentation for dbvr, a database management CLI from DBeaver.

dbvr provides command-line access to a wide range of databases. It supports relational, NoSQL, and cloud databases, with configurable drivers and authentication methods. Database connections and operations behave consistently across environments, which makes dbvr suitable for use in scripts, servers, and automated setups.

dbvr supports common database operations used in scripts and automated workflows. These include executing SQL queries and scripts, and importing or exporting data in standard formats. dbvr also exposes other database functionality available through the DBeaver engine, allowing database operations to be executed without a graphical interface.

Where to start

  • Overview

    Get a high-level understanding of what dbvr is and where it fits.

    dbvr overview

  • Installation

    Install dbvr and verify the installation.

    Installation

  • Cheat sheet

    Follow a typical workflow - license, projects, connections, and SQL execution.

    Cheat Sheet

  • Reference

    Browse dbvr CLI commands grouped by usage area.

    Reference

  • Create connections

    Define database connections and authentication options.

    Create connection

  • Run SQL

    Execute queries and scripts.

    Run SQL