Then outside, once it's time to run the program, we would do something like
runPromise(provideService(myProgramm, { db }))
runPromise(provideService(myProgramm, { db }))
I know the synthax isn't right, it's just to illustrate what i'm trying to do.
I saw that we are supposed to use "Context.Tag" somehow, but the examples on the website aren't sufficient for me to understand. Can someone please help me?