Rebol has a standard abstraction in dealing with databases but the documentation all pretty much relates to the now very old Rebol2.
What approach is required to write a protocol in Rebol3 to interface to MongoDB given that Rebol3 uses asynchronous tcp and the previously written documentation appears to be a synchronous approach?