Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New DataStreams framework implementation for SQLite.jl #79

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SQLite.jl
[![Build Status](https://travis-ci.org/JuliaDB/SQLite.jl.svg?branch=master)](https://travis-ci.org/JuliaDB/SQLite.jl)
[![Coverage Status](https://coveralls.io/repos/JuliaDB/SQLite.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaDB/SQLite.jl?branch=master)

A Julia interface to the SQLite library and support for operations on DataFrames
A Julia interface to the SQLite library and support for the `DataStreams` data processing framework.

**Installation**: `julia> Pkg.add("SQLite")`

Expand Down
6 changes: 5 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
julia 0.3
julia 0.4
BinDeps
Compat
DataStreams
NullableArrays
CSV
Libz
@osx Homebrew
@windows WinRPM
Loading