Marc Karassev
Marc Karassev
I have a problem in my team, the frontend (Javascript) and the backend (Scala) use a `schema.graphql` file to define API contracts. This file is edited and understood by both...
We have a project that generates a *lot* of executable scripts using sbt-pack (159 as of today, still growing), and we have a few JVM options that we would like...
Currently the API allows to write this erroneous code: ```scala ds.run { // or ds.transaction sql"select name from user" }.read[String] ``` And since the `java.sql.Connection` is managed by the `run`...
see https://github.com/jodersky/simplesql/issues/8
see https://github.com/jodersky/simplesql/issues/8