https://github.com/oceanbase/ob-connector-odbc
OceanBase Connector/ODBC Driver is a driver used to connect applications developed in C to OceanBase Database Server.
https://github.com/oceanbase/ob-connector-odbc
Last synced: 6 months ago
JSON representation
OceanBase Connector/ODBC Driver is a driver used to connect applications developed in C to OceanBase Database Server.
- Host: GitHub
- URL: https://github.com/oceanbase/ob-connector-odbc
- Owner: oceanbase
- License: lgpl-2.1
- Created: 2022-10-14T08:04:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T04:30:19.000Z (about 2 years ago)
- Last Synced: 2023-11-23T05:43:33.003Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 2.91 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is a Connector/ODBC Driver for oceanbase.
OceanBase Connector/ODBC Driver is a driver used to connect applications developed in C to OceanBase Database ServerCompatibility
Server Compatibility
OceanBase Connector/ODBC Driver is compatible with all OceanBase Database Server versions.
C Compatibility
OceanBase Connector/ODBC 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 run_make.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/ODBC was ported from MariaDB Connector/ODBC with some OceanBase protocol support and improvement. Thanks to the MariaDB for opening up such a great Database Connector implementation..