Alexej Haak

Results 16 comments of Alexej Haak

It can also return a Publisher for Akka Streams => http://slick.typesafe.com/doc/3.0.0/dbio.html#streaming

We would have to implement something like protobuffers (grpc) for that I guess

Hi @Voltir , I talked to lihaoyi and he isn't active on this project at the moment. He said that he wouldn't mind if I fork/release it, which I did:...

if the fails come from me, I would be happy to fix them if someone could give me a hint 👍

I don't know of any elegant general solution, but for Postgres I tend to drop "public" and then recreate it, that way you don't have to think about the relations...

I have the same problem in 2.8.1 somtimes on recompiles, also using akka-persistence with the normal jdbc driver in the same application. restarting sbt fixes it. It seems to always...

No, not possible at the moment

``` db.default.driver = ${slick.dbs.default.db.driver} db.default.url = ${slick.dbs.default.db.url} db.default.username = ${slick.dbs.default.db.user} db.default.password = ${slick.dbs.default.db.password} ```

@schmitch does it really sit inbetween? I would say it's "just" syntax sugar from the compiler and is exactly what Future/Promises are (which are just a abstract syntax over threads)...