Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.42 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.42 KB

Scala CLI application

This is a CLI application written in Scala that takes data that I implemented into my created PostgreSQL database about movies and allows users to query them and find out information that meets their interests. There are functions that allow users to pick movies that they may be interested in but may have fallen under the radar, but still have stelar revies.

Technologies used

  1. Scala
  2. PostgreSQL
  3. sbt
  4. JDBC
  5. VS Code
  6. OOP
  7. SQL

Usage

The user is able to query the backend PostgreSQL DB via the comamand line, using both DDL & DML statements to manipulate the data as desired.