document the use of CGO

This commit is contained in:
Jim Lambert 2020-02-14 15:23:26 -05:00
parent fcf28d130a
commit 53225196f4

View File

@ -10,7 +10,7 @@
## Overview ## Overview
This document covers everything you need to install/configure/run to get the oci8 dialect up and running. This document covers everything you need to install/configure/run to get the oci8 dialect up and running. BTW, oci8 using pkg-config to bind to the Oracle instantclient libraries, so it uses CGO.
You'll find some additional documentation on various challenges and design decisions for the dialect in [doc.go](./doc.go) You'll find some additional documentation on various challenges and design decisions for the dialect in [doc.go](./doc.go)