Git Product home page Git Product logo

go-oci8's Introduction

go-oci8

DESCRIPTION 简介

  • oracle driver for go that using database/sql
  • 实现了database/sql的Oracle数据库驱动,使用了OCI

LICENSE

MIT: http://mattn.mit-license.org/2011

在Windows下安装

  1. 安装最新版的git,并设置可以从命令行直接调用git命令
  2. 下载OCI最新版,存放于C:\instantclient_11_2
  3. 下载OCI SDK最新版,存放于C:\instantclient_11_2\sdk
  4. 下载MinGW最新版,安装在C:\mingw
  5. 下载pkg-config.exe和oci8.pc (已经存放在windows文件夹下)
  6. 将pkg-config.exe复制到C:\mingw\bin\下
  7. 将oci8.pc复制到C:\mingw\lib\pkg-config\下
  8. 修改系统环境变量,添加
    • PATH=原有PATH;C:\instantclient_11_2;C:\mingw\bin;
    • PKG_CONFIG_PATH=C:\mingw\lib\pkg-config
  9. 执行 go get github.com/wendal/go-oci8

在Linux下安装

待写

go-oci8's People

Contributors

wendal avatar mattn avatar jackielii avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.