Module de.seggebaeing.sqlanalyzer
module de.seggebaeing.sqlanalyzer
SQL Analyzer — JavaFX desktop application for systematic generation and evaluation
of SQL statements using Large Language Models (LLMs).
Exports
de.seggebaeing.sqlanalyzer
— base package of the application.
Opens (reflection access)
de.seggebaeing.sqlanalyzer.presentation.uielements.window
tojavafx.fxml
de.seggebaeing.sqlanalyzer.presentation.controller.overview
tojavafx.fxml
de.seggebaeing.sqlanalyzer.presentation.controller.details
tojavafx.fxml
de.seggebaeing.sqlanalyzer.presentation.controller.general
tojavafx.fxml
de.seggebaeing.sqlanalyzer.persistence.dto
tocom.google.gson
Requires
- JavaFX controls, FXML, and WebView
- Gson (JSON), SLF4J/Log4j (logging),
java.net.http
(HTTP clients)
Notes
- FXML controllers are instantiated reflectively by
FXMLLoader
, hence theopens
directives. - DTOs are (de)serialized by Gson via reflection, hence the
opens
tocom.google.gson
.
- Since:
- 1.0
- Author:
- Felix Seggebäing
-
Packages
Exports