# go-oci8 **Repository Path**: mirrors_TIBCOSoftware/go-oci8 ## Basic Information - **Project Name**: go-oci8 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go-oci8 ======= [![Build Status](https://travis-ci.org/mattn/go-oci8.svg)](https://travis-ci.org/mattn/go-oci8) Description ----------- oracle driver conforming to the built-in database/sql interface Installation ------------ This package can be installed with the go get command: go get github.com/mattn/go-oci8 You need to put `oci8.pc` like into your `$PKG_CONFIG_PATH`. `oci8.pc` should be like below. This is an example for windows. ``` prefix=/devel/target/XXXXXXXXXXXXXXXXXXXXXXXXXX exec_prefix=${prefix} libdir=c:/oraclexe/app/oracle/product/11.2.0/server/oci/lib/msvc includedir=c:/oraclexe/app/oracle/product/11.2.0/server/oci/include/include glib_genmarshal=glib-genmarshal gobject_query=gobject-query glib_mkenums=glib-mkenums Name: oci8 Description: oci8 library Libs: -L${libdir} -loci Cflags: -I${includedir} ``` Documentation ------------- API documentation can be found here: http://godoc.org/github.com/mattn/go-oci8 Examples can be found under the `./_example` directory License ------- MIT: http://mattn.mit-license.org/2014 ToDo ---- * LastInserted is not int64 * Fetch number is more improvable Author ------ Yasuhiro Matsumoto (a.k.a mattn) Special Thanks -------------- Jamil Djadala