Skip to content

Stuffs of GoLang Oracle supports

JasonMing edited this page Jul 28, 2013 · 1 revision

####The issues of go-oci discussed in google group: https://groups.google.com/forum/#!topic/golang-china/4OmCsvqRcKA

####Implements oracle supports for GoLang:

  1. go-oci8: The official suggested driver, but does not support transactions, so must close the db-connection every time when modify data. Otherwise, call oci programatically yourself.

  2. goracle: No concept with it.

  3. go-db-driver: No concept with it.

Clone this wiki locally