Open
Description
I want to add a connector for OceanBase database based on the JDBC connector.
One issue that needs to be confirmed is that OceanBase database provides MySQL and Oracle compatible modes. On MySQL compatible mode, users can directly use the MySQL JDBC driver for connection, but the Oracle compatible mode requires to use OceanBase JDBC driver obconnector-j, which is licensed under LGPL. According to my past experience, this driver can be used with 'provided' or 'test' scope, and the project can guide users to manually import it in the document, but I'm not sure if it's OK to do so in trino community, please feel free to let me know if I'm missing anything.