As you know validated-method is a better way and many are using it in their projects.
I want to migrate db related logics to fiber-free. Is there a recommended way for this? When will callAsync be available for validated methods?
As you know validated-method is a better way and many are using it in their projects.
I want to migrate db related logics to fiber-free. Is there a recommended way for this? When will callAsync be available for validated methods?
they are available. async run ({ params ) { …functions… }
Oh really I haven’t think about it
I will check and mark it as solution