JuliaDatabases / JDBC.jl

Julia interface to Java database drivers
Other
38 stars 19 forks source link

require DataStreams and remove Requires? #36

Closed ExpandingMan closed 6 years ago

ExpandingMan commented 6 years ago

I'm having trouble using this module in other modules because the @require of DataStreams often does not seem to work correctly. By now DataStreams and DataFrames are an important part of the ecosystem, used by ODBC, CSV, Query.jl and many others. Would a PR be welcome that makes DataStreams a permanent part of this package? As things stand, it is very difficult to use JDBC.jl at all without it.

ExpandingMan commented 6 years ago

This has been done.