");
-
- for (const key in result) {
- $row.append($("").html(result[key]));
- }
-
- $table.append($row);
- }
- }
-}
-
-async function showTableSchemas() {
- const tables = await server.get('sql/schema');
-
- $tableSchemas.empty();
-
- for (const table of tables) {
- const $tableLink = $(' |