You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a 3-Tier Client-Server application for an assignment, querying a PostgreSQL vinyl records database. It integrates JavaFX, a multi-threaded TCP server, and JDBC. The core function retrieves available records based on artist/city, showcasing concurrency, robust exception handling, and SQL injection prevention.