| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dbvr-ce-26.1.0-linux-aarch64.rpm | 2026-05-31 | 88.9 MB | |
| dbvr-ce-26.1.0-linux-x86_64.deb | 2026-05-31 | 89.4 MB | |
| dbvr-ce-26.1.0-linux-aarch64.tar.gz | 2026-05-31 | 88.8 MB | |
| dbvr-ce-26.1.0-windows-x86_64.exe | 2026-05-31 | 79.8 MB | |
| dbvr-ce-26.1.0-windows-aarch64.zip | 2026-05-31 | 84.9 MB | |
| dbvr-ce-26.1.0-windows-aarch64.exe | 2026-05-31 | 73.8 MB | |
| dbvr-ce-26.1.0-windows-x86_64.zip | 2026-05-31 | 92.8 MB | |
| dbvr-ce-26.1.0-macos-x86_64.dmg | 2026-05-31 | 87.5 MB | |
| dbvr-ce-26.1.0-linux-aarch64.deb | 2026-05-31 | 88.8 MB | |
| dbvr-ce-26.1.0-linux-x86_64.rpm | 2026-05-31 | 89.4 MB | |
| dbvr-ce-26.1.0-linux-x86_64.tar.gz | 2026-05-31 | 89.4 MB | |
| dbvr-ce-26.1.0-macos-aarch64.dmg | 2026-05-31 | 86.4 MB | |
| 26.1.0 source code.tar.gz | 2026-05-29 | 381.1 kB | |
| 26.1.0 source code.zip | 2026-05-29 | 462.9 kB | |
| README.md | 2026-05-29 | 2.4 kB | |
| Totals: 15 Items | 1.0 GB | 4 | |
Connectivity and Infrastructure:
- Added connectors to most of the relational databases from the DBeaver ecosystem.
- Enabled full compatibility with DBeaver Desktop projects. Database connection configurations created in DBeaver can be reused in dbvr.
- Implemented data sources management: creation, deletion, and renaming of database connections directly via CLI.
- Added the move command to move the datasource from project to project.
- Implemented project management: creation, deletion, and renaming of projects.
- Added the ability to set the default project in the workspace using the command.
SQL Execution:
- Added the ability to execute queries directly via CLI.
- Implemented intelligent output formatting for query results:
- SELECT queries display results in a readable, text-based table.
- INSERT, UPDATE, DELETE queries show concise operation summaries (e.g., "25 Rows updated")
- Enabled export of query results to local file systems into different formats (CSV, JSON, XML, TXT, and more).
- Added support for executing multi-statement script files with sequential processing and consistent error reporting.
- Added the --disable-output parameter for SQL query execution command to skip the output part after the command execution.
- Added the --print-queries parameter for SQL query execution command to show the query as the output parameter.
Additional commands:
- Added comprehensive CLI help system (dbvr --help, dbvr <command> --help) with parameter descriptions. Marked required parameters at the top, removed internal settings, and added usage examples.
- Added metadata exploration commands. Users can list database components and retrieve object definitions directly from the terminal. This capability allows teams to inspect database structures without opening a separate application.
- Added a -stateless flag for headless mode. Users can run the application without local state storage and disable automatic driver updates.