/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-sql-generator/src/index.ts
14 строк
466 B
sergeyteleshev
[CB] SQL Query generation: front-end part (#4132)
11 фев 2026, 20:16
Не верифицирован
11 фев 2026, 20:16
2719f53
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2026 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ import './module.js'; export * from './SqlGenerators/SqlGeneratorsResource.js'; export * from './SqlGenerators/SqlGeneratorsBootstrap.js'; export * from './actions/ACTION_SQL_GENERATE.js'; export * from './SqlGenerators/GeneratedSqlDialog.js';