sqltyped
sqltyped copied to clipboard
Embedding SQL as an external DSL into Scala
I can't seem to get this to compile. Code: ``` val q = sql("select * from users") // two columns: "name" and "comment" println("1 Query: "+q.sql) println("Returns: ") q() map...
 Using PostgreSQL. Driver: postgresql-42.0.0.jar. I built by project using SBT "hello" and working my way from there. Also using sbt-eclipse to create Eclipse project definitions (added system properties to...
Is there any chance shapeless can be "embedded" under the sqltyped package so as to allow the use with libraries dependent on shapeless 1.x? (ie, spray uses shapeless 1.x and...
Currently using a schema to qualify the table name e.g. "SELECT \* FROM schema.table" doesn't work. The parser is actually the easy part, if I just parse and ignore the...
Hi All, is sqltyped still actively maintained ? Thanks