We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b7527 commit 66aa50cCopy full SHA for 66aa50c
src/components/ConnectToDB/ConnectToDBDialog.tsx
@@ -25,7 +25,8 @@ const connectionTabs: {id: SnippetLanguage; title: string}[] = [
25
{id: 'bash', title: 'Bash'},
26
{id: 'cpp', title: 'C++'},
27
{id: 'csharp', title: 'C# (.NET)'},
28
- {id: 'go', title: 'Go'},
+ {id: 'go_native_sdk', title: 'Go (native SDK)'},
29
+ {id: 'go_database_sql', title: 'Go (database/sql)'},
30
{id: 'java', title: 'Java'},
31
{id: 'javascript', title: 'Node JS'},
32
{id: 'php', title: 'PHP'},
0 commit comments