Technical requirements
This is what you'll need to get started:
- JDK 11 or later
- IntelliJ IDEA
- Gradle 6.8 or later
- PostgreSQL 14 or later
This chapter will assume that you have PostgreSQL
already installed and that you have the basic knowledge for working with it. If you don't, please refer to the official documentation: https://www.postgresql.org/docs/14/tutorial-install.html.
You can find the source code for this chapter here: https://github.com/PacktPublishing/Kotlin-Design-Patterns-and-Best-Practices/tree/main/Chapter10.