vscode-extensions.cweijan.dbclient-jdbc: init 1.3.4

This commit is contained in:
TheMaxMur 2024-03-11 16:25:55 +03:00
parent 10417a79f2
commit 547c6af1d4
No known key found for this signature in database
GPG Key ID: B72F4A649F92F410

View File

@ -1032,6 +1032,22 @@ let
};
};
cweijan.dbclient-jdbc = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dbclient-jdbc";
publisher = "cweijan";
version = "1.3.4";
sha256 = "sha256-qknooeedRhTvEWSuGXFoO/BczGanYCdMr7WWjthxG+k=";
};
meta = {
description = "JDBC Adapter For Database Client";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=cweijan.dbclient-jdbc";
homepage = "https://github.com/database-client/jdbc-adapter-server";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.themaxmur ];
};
};
cweijan.vscode-database-client2 = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-database-client2";