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.
- Host: GitHub
- URL: https://github.com/expandingman/odbccore.jl
- Owner: ExpandingMan
- License: other
- Created: 2017-05-09T14:46:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T16:02:26.000Z (over 6 years ago)
- Last Synced: 2025-01-21T09:48:20.660Z (over 1 year ago)
- Language: Julia
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ODBCCore
[](https://travis-ci.org/ExpandingMan/ODBCCore.jl)
[](https://coveralls.io/github/ExpandingMan/ODBCCore.jl?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.