hwany7seo / cubrid-cci

CUBRID CCI (C Client Interface) driver implements an interface to enable access from C-based application to CUBRID database server through broker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUBRID Database Management System

CUBRID is a DBMS being supported by an active community of open source developers and provides better performance and features necessary for Web services.

This Software is released under Apache License 2.0 and BSD according to CUBRID components. For brevity, CUBRID Server Engine is under Apache License 2.0 and CUBRID APIs and Connectors are under BSD License. For details, please refer to the CUBRID License Page(http://www.cubrid.org/cubrid).

Below You will see the brief list of sections to guide You to easily get started.

MAJOR REFERENCES

DOWNLOADS and FILE REPOSITORIES

HOW TO BUILD CUBRID CCI Driver

CUBRID CCI Driver Source Build Guide

  • Requirement

    • GNU Developer Toolset 8 or higher (Linux)
    • Git (Linux, Windows) 1.7.6 or higher
    • MSVC 2017 or 2017 or 2012 (Windows, 2017 is recommended)
    • CMake (Linux, Windows)
  • Windows

    build)
    win\build.bat 
    
    help)
    win\build.bat /h
    
    • IMPORTANT: Add (git-installation-directory)/usr/bin to %PATH% environment variable
  • Linux

    build)
    ./build.sh
    
    help)
    ./build.sh --help
    

GETTING HELP

If You encounter any difficulties with getting started, or just have some questions, or find bugs, or have some suggestions, we kindly ask You to post your thoughts on CUBRID Forum at https://www.reddit.com/r/CUBRID/.

Sincerely, Your CUBRID Development Team.

About

CUBRID CCI (C Client Interface) driver implements an interface to enable access from C-based application to CUBRID database server through broker.

License:Other


Languages

Language:C 87.9%Language:C++ 6.0%Language:CMake 3.9%Language:Shell 1.2%Language:Batchfile 1.0%