LibPQ.jl
LibPQ.jl copied to clipboard
Add Documentation and Test-Case for DataFrame Upload using CSV.RowIterator
Follow-up of https://github.com/invenia/LibPQ.jl/pull/172
A test case for uploading a DataFrame using the CSV.RowIterator and a corresponding example to the documentation has been added.
I had to update the version number of DataFrames so that it is compatible to the most recent version of CSV.jl, but this should not be an issue because it is only a test dependency and all tests are still working for me.
@iamed2 thanks for your feedback! I incorporated your suggestions, please let me know if something is missing.
bump, this looks good and could use this feature!