Database in work. Added connection pool, etc

This commit is contained in:
2026-05-12 21:43:18 +03:00
parent 99800e9d37
commit efa3cb63b9
38 changed files with 589 additions and 104 deletions
@@ -42,6 +42,8 @@ data class HumanBeing(
require(name.isNotBlank()) { "Имя не может быть пустым" }
}
fun getFuckingCar(): Car = car
/**
* Сравниваем по имени и id
*/