scala-arm
scala-arm copied to clipboard
This project aims to be the Scala Incubator project for Automatic-Resource-Management in the scala library
``` val xAndY = for { x
Could you add an example to help creating a simple Resource? I've got the basics but something about the implicit part is missing and I cannot find an example showing...
I was extremely confused when trying to use managed( ) notation on for yield flatmap construct on JDBC connection, prepared statements as such - there is no quick start documentation...
I'm following the example on https://github.com/jsuereth/scala-arm/wiki/Basic-Usage , but with a jcsv com.googlecode.jcsv.reader.CSVReader ( from http://jcsv.googlecode.com/svn/trunk/apidocs/index.html ) . It didn't work as advertised with CSVReader and it took my writing this...