Type alias for database results using Arrow's Either type. Left side contains SQLError for failures, right side contains the success value.
Converts a Kotlin Result to Either.