A simple example of the Singleton and Adapter design patterns.
- Install
SQLite CLI
via the package manager or from official website. - Use CLI, Intellij IDEA professional, DBViewer, or SQLite Browser to connect to DB and create a simple table.
- Install lib
sqlite-jdbc
. - Complete Task 1.
- Complete Task 2 using
Adapter
pattern - Complete Task 3 using
Adapter
pattern - Submit a link to GitHub with tests and a GitHub Action file.
The MIT License (MIT)
Copyright © 2022. Andrii Yaroshevych