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 68fd9a0 commit 19c9699Copy full SHA for 19c9699
src/components/ConnectToDB/snippets.ts
@@ -131,7 +131,7 @@ import {Driver} from '@ydbjs/core';
131
import {query} from '@ydbjs/query';
132
import type {ResultSet} from '@ydbjs/query';
133
134
-const connectionString = 'grpc://${endpoint ?? '<endpoint>'}${database ?? '/<database>'}';
+const connectionString = '${endpoint ?? '<endpoint>'}${database ?? '/<database>'}';
135
136
const driver = new Driver(connectionString);
137
0 commit comments