Hi 🙂
Please, is there any solution how to handle SQL exceptions of different databases (postgres, mssql, oracle)?
We use Exposed framework and trying to deal with throwing some understandable errors to client instead of
SQLException
, for example when handling unique constraint exceptions.