Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in slick

Create custom column mapping for java.time.LocalDate with Slick

scala slick slick-3.0

How to use Slick code generator to include database views as well?

How to set HikariCP pool size with Play

Can't convert MappedProjection to ProvenShape due to ambiguous implicit

How do I print the DDL that is generated by Slick?

scala slick

How to query an optional column value with a fallback in Slick 3.x

scala slick

Slick 2.0: How to convert lifted query results to a case class?

scala slick

Scala`s <> operator meaning

Dynamic order by in scala slick with several columns

scala slick

Dynamic table name override in Slick table

scala slick

Sorting Slick query results in a for expression

scala scalaquery slick

Scala Slick and SQLite

sqlite scala slick

slick 3.0.0 with HikariCP driver not loaded - IllegalAccessException: AbstractHikariConfig can not access a member with modifiers "private"

Slick codegen & tables with > 22 columns

scala slick slick-codegen

Slick Join Left Option column

scala slick

Mapped projection with <> to a case class with companion object in Slick

scala slick

Why is NoClassDefFoundError thrown with "run" but works fine with "dist"?

How to structure database access layer with transactions

scala playframework slick