# sql-java-swing-gui2 **Repository Path**: allway2/sql-java-swing-gui2 ## Basic Information - **Project Name**: sql-java-swing-gui2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-30 - **Last Updated**: 2025-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQLite GUI with Java Swing GUI interface to connect to and run queries on SQL (SQLite3 file for now) DBs Requires the Java SQLite JDBC to be DLed and added to classpath ### TODO: (have these run the query in the backgorund, but make changes to GUI's data directly without the slow process of re fetching the updated data as we do with the custom queries) Button that opens a new window for updating a row - maybe include option to delete that row too? same for adding a row option do DC from database and change to new one without a full restart...