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.
I'm having trouble using this module in other modules because the
@require
of DataStreams often does not seem to work correctly. By nowDataStreams
andDataFrames
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.