I have an application written in Go using streams that reads a gzipped file on a web server, pipes it through a csv decoder and stores the csv records in a postgres database.
Is there some docs/examples of how to use streams in Nim to do the same?
Thanks
Fred