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

https://github.com/expandingman/odbccore.jl

Minimal Julia wrapper for the core ODBC library.
https://github.com/expandingman/odbccore.jl

Last synced: 6 months ago
JSON representation

Minimal Julia wrapper for the core ODBC library.

Awesome Lists containing this project

README

          

# ODBCCore

[![Build Status](https://travis-ci.org/ExpandingMan/ODBCCore.jl.svg?branch=master)](https://travis-ci.org/ExpandingMan/ODBCCore.jl)

[![Coverage Status](https://coveralls.io/repos/ExpandingMan/ODBCCore.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ExpandingMan/ODBCCore.jl?branch=master)

[![codecov.io](http://codecov.io/github/ExpandingMan/ODBCCore.jl/coverage.svg?branch=master)](http://codecov.io/github/ExpandingMan/ODBCCore.jl?branch=master)

This is a minimal wrapper for the ODBC library for Julia. This is based on [ODBC.jl](https://github.com/JuliaDB/ODBC.jl), in which core ODBC functions aren't
really wrapped before being used in more advanced functions. This project is pretty speculative right now, and I have no idea if I'll follow it through.