lidavidm commented on code in PR #4121: URL: https://github.com/apache/arrow-adbc/pull/4121#discussion_r2970925480
########## docs/source/format/connection_profiles.rst: ########## @@ -15,30 +15,37 @@ .. specific language governing permissions and limitations .. under the License. -================================== -Driver Manager Connection Profiles -================================== +=========================================== +ADBC Driver Manager and Connection Profiles +=========================================== -Overview -======== +.. note:: This document describes using the :term:`driver manager` to load + drivers. The driver manager is not required to use ADBC in general + but it allows loading drivers written in a different language from the + application and improves the experience when using multiple drivers in + a single application. For more information on how the driver manager + works see :doc:`how_manager`. -There are two ways to pass connection options to driver managers: +There are two ways to pass driver options through the driver manager: Review Comment: I changed it to "database options" since that's technically correct. -- 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]
