Hi all. I would like to run different thread with sync code after my connection with database will be established. When I can put my luncher in Luminous framework?
thank you:)
👍
the core
namespace is probably the best place
after start-app
runs, all the resources will be initialized so adding anything that depends on the database at the end of that function would be the way to go
yeah that should still be current