Skip to content
dbeaver-devops edited this page Jun 2, 2026 · 1 revision

Table of contents

meta - inspect database metadata in dbvr.

Synopsis

dbvr meta [-hV] [COMMAND]

Tip: You can also use global options with this command.

Description

Browse the object hierarchy of a connected database and retrieve DDL statements for databases, schemas, and tables.

Commands

  • database

    List databases (catalogs) and get their DDL.

  • schema

    List schemas and get their DDL.

  • table

    List tables and get their DDL.

Clone this wiki locally