17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"id": "jdbc",
|
|
"name": "DBX JDBC Plugin",
|
|
"version": "0.1.21",
|
|
"protocol_version": 1,
|
|
"description": "Adds optional JDBC driver support to DBX.",
|
|
"executable": "bin/dbx-jdbc-plugin",
|
|
"drivers": [
|
|
{
|
|
"id": "jdbc",
|
|
"label": "JDBC",
|
|
"kind": "external",
|
|
"database_type": "jdbc"
|
|
}
|
|
]
|
|
}
|