feat: add new duck db command

This commit is contained in:
Nybkox
2025-04-08 18:56:17 +02:00
parent ca18994092
commit b8d86518e7
5 changed files with 46 additions and 4 deletions

View File

@@ -26,6 +26,10 @@
"command.datagrid.undo": "Undo",
"command.datagrid.viewJsonDocument": "View row as JSON document",
"command.datagrid.viewJsonValue": "View cell as JSON document",
"command.new.duckdbDatabase": "New DuckDB database",
"command.new.duckdbDatabase.header": "Create DuckDB database",
"command.new.sqliteDatabase": "New SQLite database",
"command.new.sqliteDatabase.header": "Create SQLite database",
"command.tabs.addToFavorites": "Add current tab to favorites",
"command.tabs.closeAll": "Close all tabs",
"command.tabs.closeTab": "Close tab",
@@ -51,7 +55,6 @@
"connection.newQuery": "New Query (server)",
"connection.refresh": "Refresh",
"connection.serverSummary": "Server summary",
"connection.sqlRestore": "Restore/import SQL dump",
"connection.viewDetails": "View details",
"error.driverNotFound": "Invalid database connection, driver not found",
"importExport.sourceFiles": "Source files",
@@ -61,6 +64,7 @@
"schema.delete": "Delete schema",
"schema.resetToDefault": "Reset to default",
"schema.schemaName": "Schema name",
"settings.behaviour.jsonPreviewWrap": "Wrap json in preview",
"settings.localization": "Localization",
"tab.administration": "Administration",
"widget.databaseContent": "Database content",