Marc Karassev
Marc Karassev
Had a similar issue with Postgresql as linked by Mithunatri. In my case changing `override def container = PostgreSQLContainer()` by an `override val` solved the problem (actually the examples use...
The `Document` produced by `QueryParser.parse` would be quite a good start to generate the schema. Do you think you will have some time to work on that feature? I can...
Another solution is to require a `given Connection` for `read` and `write` methods: https://github.com/jodersky/simplesql/pull/10
Just making some noise because I need multipart support too 😁