Technical requirements
For this chapter, you'll need the following:
- JDK 11 or later
- IntelliJ IDEA
- Gradle 6.8 or later
- PostgreSQL 14 or later
Like the previous chapter, this chapter will also assume that you have PostgreSQL already installed and that you have basic knowledge of working with it. We'll also use the same table structure we created with Ktor.
You can find the full source code for this chapter here: https://github.com/PacktPublishing/Kotlin-Design-Patterns-and-Best-Practices/tree/main/Chapter11.