kou opened a new issue, #84: URL: https://github.com/apache/arrow-adbc/issues/84
Generally, plugin for C/C++ is implemented as MODULE library. See also https://cmake.org/cmake/help/latest/command/add_library.html#normal-libraries for MODULE and SHARED libraries. For example, PostgreSQL's extensions and MySQL's storage engines are implemented as MODULE library. If we use MODULE library, driver module file name is something like `adbc_driver_postgresql.so` on Linux. It doesn't have `lib` prefix and shared object version such as `900.0.0`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
