Hi :slightly_smiling_face: I have three modules (m...
# ktor
ł
Hi 🙂 I have three modules (main, core, synchronization), and I need to DB access in core and synchronization. Should I init a connection to DB in the main module or core and synchronization modules?
a
Can you initialize it in the main function instead of a module?
ł
I think that I can