Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipenoris/oracle.jl
Oracle Database driver for the Julia language.
https://github.com/felipenoris/oracle.jl
database-driver julia-language oracle oracle-database
Last synced: 11 days ago
JSON representation
Oracle Database driver for the Julia language.
- Host: GitHub
- URL: https://github.com/felipenoris/oracle.jl
- Owner: felipenoris
- License: mit
- Created: 2018-12-31T20:17:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T11:55:47.000Z (over 1 year ago)
- Last Synced: 2024-10-15T16:43:23.138Z (28 days ago)
- Topics: database-driver, julia-language, oracle, oracle-database
- Language: Julia
- Homepage: https://felipenoris.github.io/Oracle.jl/stable
- Size: 657 KB
- Stars: 34
- Watchers: 5
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oracle.jl
[![License][license-img]](LICENSE)
[![CI][ci-img]][ci-url]
[![dev][docs-dev-img]][docs-dev-url]
[![stable][docs-stable-img]][docs-stable-url][license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ci-img]: https://github.com/felipenoris/Oracle.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/felipenoris/Oracle.jl/actions?query=workflow%3ACI
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg?style=flat-square
[docs-dev-url]: https://felipenoris.github.io/Oracle.jl/dev
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square
[docs-stable-url]: https://felipenoris.github.io/Oracle.jl/stableThis package provides a driver to access Oracle databases using the Julia language,
based on [ODPI-C](https://github.com/oracle/odpi) bindings.## Requirements
* [Julia](https://julialang.org/) v1.6 or newer.
* Oracle's [Instant Client](https://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html).
* Linux or macOS.
* C compiler.
## Documentation
Package documentation is hosted at https://felipenoris.github.io/Oracle.jl/stable.