{"id":18554226,"url":"https://github.com/oracle/odpi","last_synced_at":"2025-05-16T04:05:53.327Z","repository":{"id":55191446,"uuid":"78691034","full_name":"oracle/odpi","owner":"oracle","description":"ODPI-C: Oracle Database Programming Interface for Drivers and Applications","archived":false,"fork":false,"pushed_at":"2025-03-25T17:19:36.000Z","size":5678,"stargazers_count":282,"open_issues_count":21,"forks_count":86,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-05-14T02:23:42.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://oracle.github.io/odpi/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-11T23:58:53.000Z","updated_at":"2025-05-05T01:46:46.000Z","dependencies_parsed_at":"2023-02-01T20:30:51.394Z","dependency_job_id":"ff6b8855-983e-4840-87cc-f9b59cdf7963","html_url":"https://github.com/oracle/odpi","commit_stats":{"total_commits":781,"total_committers":2,"mean_commits":390.5,"dds":"0.22919334186939821","last_synced_commit":"893c1d4391a01b2b78a626d6a5c0666347247fd1"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fodpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fodpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fodpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fodpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle","download_url":"https://codeload.github.com/oracle/odpi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254464895,"owners_count":22075570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T21:20:19.857Z","updated_at":"2025-05-16T04:05:48.319Z","avatar_url":"https://github.com/oracle.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ODPI-C\n\nOracle Database Programming Interface for C (ODPI-C) is an open source library\nof C code that simplifies access to Oracle Database for applications written in\nC or C++.  It is a wrapper over [Oracle Call Interface\n(OCI)](http://www.oracle.com/technetwork/database/features/oci/index.html) that\nmakes applications and language interfaces easier to develop.\n\nODPI-C supports basic and advanced features of Oracle Database and\nOracle Client.  See the [homepage](https://oracle.github.io/odpi/) for\na list.\n\n## Installation\n\nSee [ODPI-C Installation](https://oracle.github.io/odpi/doc/installation.html).\n\n## Documentation\n\nSee the [ODPI-C Documentation](https://oracle.github.io/odpi/doc/index.html) and\n[Release Notes](https://oracle.github.io/odpi/doc/releasenotes.html).\n\n## Samples\n\nSee [/samples](https://github.com/oracle/odpi/tree/main/samples).\n\n## Help\n\nPlease report bugs and ask questions using [GitHub issues](https://github.com/oracle/odpi/issues).\n\n## Tests\n\nSee [/test](https://github.com/oracle/odpi/tree/main/test).\n\n## Contributing\n\nSee [CONTRIBUTING](https://github.com/oracle/odpi/blob/main/CONTRIBUTING.md).\n\n## Drivers Using ODPI-C\n\nOracle Drivers:\n* [python-oracledb](https://oracle.github.io/python-oracledb) Python interface (previously known as cx_Oracle).\n* [node-oracledb](https://oracle.github.io/node-oracledb) Node.js module.\n\nThird-party Drivers:\n* [godror](https://github.com/godror/godror) Go Driver.\n* [odpic-raw](https://github.com/leptonyu/odpic-raw)  Haskell Raw Bindings.\n* [oracle-simple](https://github.com/haskell-oracle/oracle-simple) Haskell driver.\n* [ruby-ODPI ](https://github.com/kubo/ruby-odpi) Ruby Interface.\n* [rust-oracle ](https://github.com/kubo/rust-oracle) Driver for Rust.\n* [Oracle.jl](https://github.com/felipenoris/Oracle.jl) Driver for Julia.\n* [oranif](https://github.com/KonnexionsGmbH/oranif) Driver for Erlang.\n* [nimodpi](https://github.com/mikra01/nimodpi) Driver for Nim.\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security\nvulnerability disclosure process.\n\n## License\n\nCopyright (c) 2016, 2025, Oracle and/or its affiliates.\n\nThis software is dual-licensed to you under the Universal Permissive License\n(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License\n2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose\neither license.\n\nIf you elect to accept the software under the Apache License, Version 2.0,\nthe following applies:\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Fodpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle%2Fodpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Fodpi/lists"}