connection and behavior options for the DB connection handle
Callback that's called when the connection is established either successfully or unsuccessfully. The callback parameters are:
context pointer to pass through as-is into the callback.
This function is running in an asynchronous context.
Connect to the database using the provided DBConnectOptions.
To free the handle, use rorm_db_free.