Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 360 Bytes

Java-to-SQL Assignment

This repository contains code referenced by the Java-to-SQL homework assignment, aimed at providing some hands-on experience with:

  • connecting,
  • interacting and
  • performing CRUD operations in a SQLite database from a Java application.