Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/stable

This 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.