Any idea? :<https://stackoverflow.com/questions/56938378/how-to-return-a-maybe-or-result-from-maybe>
a
It sounds like you want a method that either returns an object from the database or if it's not there pulls it down, inserts it into the db and then returns it. Is that right?
j
Hello Alexander thanks for replying, is possible to return a Single or Maybe?