Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in slick

How to optionally update field if parameters not None

scala slick slick-3.0

How to get past SQLException: Attempting to obtain a connection from a pool that has already been shutdown

Slick query very slow

postgresql scala slick

How to use same database transaction in separate thread with Play Framework 2.2

Scala Slick table inheritance

scala slick

How to manually mapping String to postgresql text instead of just varchar(254)?

Play - HikariCP connections not released back to pool

Slick insert from select

scala slick

In Slick 3, how does one SQL-Compile an insert using a mapped case class?

scala slick

Why are these two Slick queries not equivalent?

scala slick slick-3.0

Is it possible to customize Slick code generation to have generated classes extend custom traits?

scala slick codegen

Play 2.1 Unit Test With Slick and Postgres

Use PostgreSQL JSON type with Slick 2 code generator

Slick, UUID and Postgres

scala uuid slick

Does Slick support methods 'inSet' or 'in' for tuples?

scala slick slick-2.0

groupBy method throws an error in Slick

Play Framework and Slick: testing database-related services

How can I handle a > 22 column table with Slick using nested tuples or HLists?

scala tuples slick scala-2.11

What does the <> operator do in Slick?

scala slick

Insert if not exists in Slick 3.0.0

scala slick