# obconnector-c **Repository Path**: oceanbase/obconnector-c ## Basic Information - **Project Name**: obconnector-c - **Description**: OceanBase Client for C. A driver to connect applications developed in C language to OceanBase Database. - **Primary Language**: C - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: https://open.oceanbase.com - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 8 - **Created**: 2021-05-31 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: database-dev **Tags**: None ## README

# Oceanbase Client for C OceanBase Client for C is a driver used to connect applications developed in C to OceanBase Database Server. # Compatibility ## Server Compatibility OceanBase Client for C is compatible with all OceanBase Database Server versions. ## C Compatibility OceanBase Client for C is developed based on gcc 4.8.5, please confirm your gcc version. ## Obtaining the driver **For users who upgrade from version prior to 2.0.0.** **You can use the build.sh script to compile it all by yourself.** ## Documentation For more information about this project, please refer to: * [About OceanBase](https://www.oceanbase.com/) * [OceanBase documents](https://www.oceanbase.com/docs) ## License Distributed under the LGPL License. See `LICENSE` for more information. ## Acknowledgement OceanBase Connector/C was ported from MariaDB Connector/C with some OceanBase protocol support and improvement. Thanks to the MariaDB for opening up such a great Database Connector implementation.