Connect to MySQL DB and extract table Data using Scala

Опубликовано: 25 Январь 2025
на канале: Subhroneel Ganguly
230
4

Connect to MySQL DB and extract table Data using Scala
This is a small program written in Scala to connect to MySQL DB and extract table data and write in console. This is the first part of the series. The next part consits of extracting the data and exporting to CSV and Excel file.

01:07 Going through the MySQL Db to be connected through SQL Developer client
02:35 Adding external MySQL jdbc connector jar file through Project Structure
03:55 Wrting the code
09:27 Debugging the code to understand the functionality
10:17 Checking the output in the console

Git link of source code: https://raw.githubusercontent.com/sub...