Hello everyone :slightly_smiling_face: I am buildi...
# ktor
c
Hello everyone 🙂 I am building a application using ktor (server) and exposed. I was able to build the dao for the database. I was wondering how people approached caching the data so that the transactions are faster. Create a hashmap with the id of the item for each dao? Use a h2 database on top of mysql? If anyone has dealt with it feel free to make recommendations. Thank you in advance!
j
H2 with hikari would cover much of the base you need
👍 1