It would be good to have a possibility to return a dynamically created structure from the database resultset, it can be something like a Finder for returning Space structs, e.g.:
Space result = Finder.sql(L"raw sql").get();
It would be good to have a possibility to return a dynamically created structure from the database resultset, it can be something like a Finder for returning Space structs, e.g.:
Space result = Finder.sql(L"raw sql").get();
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It would be good to have a possibility to return a dynamically created structure from the database resultset, it can be something like a Finder for returning Space structs, e.g.:
Space result = Finder.sql(L"raw sql").get();