driver list
Synopsis¶
Tip
You can also use global options with this command.
Description¶
Show the list of database drivers supported by dbvr.
The output is grouped by provider and includes provider name and ID, driver ID, status, and description.
Info
By default, only enabled drivers are displayed.
Options¶
--provider¶
Filter the list by provider ID.
Use this option to display only drivers that belong to a specific provider.
--show-disabled¶
Include disabled drivers in the output.
--show-properties¶
Show driver properties.
For each driver, the output includes provider name and ID, driver ID, status, description, and a list of properties defined by the driver.
Example¶
Sample output:
Provider: PostgreSQL (postgresql)
Driver ID: postgres-jdbc, Status: Enabled, Description: PostgreSQL standard driver
Driver ID: postgres-timescale-jdbc, Status: Enabled, Description: Timescale JDBC driver
Provider: MySQL (mysql)
Driver ID: mysql8, Status: Enabled, Description: Driver for MySQL 8 and later
Provider: SQLite (PRO) (sqlite-ee)
Driver ID: sqlite_ee, Status: Enabled, Description: SQLite JDBC driver
The output is grouped by provider. For each provider, dbvr prints:
- provider name and provider ID
- driver ID
- status
- description