Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in slick

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

Table creation in play 2.4 with play-slick 1.0

Slick update return the updated object

scala slick

Play Framework and Slick: testing database-related services

How to add AND to the join SLICK

"Select In" using Slick

scala slick

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