We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc45ae3 commit 0326872Copy full SHA for 0326872
docs/source/go/driver_manager.rst
@@ -19,10 +19,11 @@
19
Driver Manager
20
==============
21
22
-The driver manager is a package that provides bindings to the ADBC Go
23
-API. It delegates to dynamically-loaded drivers. This allows
24
-applications to use multiple drivers simultaneously, and decouple
25
-themselves from the specific driver.
+
+The driver manager is a package that implements the ADBC Go API by delegating to
+dynamically-loaded drivers. It allows using multiple drivers simultaneously,
26
+including drivers not written in Go.
27
28
TODO: Should we say anything special about the Golang driver manager impl here?
29
Such as how it differs from others?
0 commit comments