Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in slick-3.0

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

Slick 3.0 how to update variable column list, which number is know only in Runtime

scala slick-3.0

Does evolution create automatically database and table?

Query one row with max value in one column in Slick

scala slick slick-3.0

combining slick queries into single query

scala slick-3.0

value ~ is not a member of slick.lifted.Rep[Option[Int]]

scala slick slick-3.0

Slick 3.0.0 - How to sortBy on a query with joinLeft

slick 3 auto-generated - default value (timestamp) column, how to define a Rep[Date] function

How to return full row using Slick's insertOrUpdate

Listen to PostgreSQL NOTIFY events with Slick

Slick 3 java.time.LocalDate mapping

java scala date slick slick-3.0

Check if element exists in database using Slick 3 and Play

Transactional method in Scala Play with Slick (similar to Spring @Transactional, maybe?)

Do own stuff in Slick transaction

scala slick slick-3.0

Scala+Slick 3: Inserting the result of one query into another table

scala slick slick-3.0

Slick 3.0 many-to-many query with the join as an iterable

scala slick slick-3.0

Testing Play + Slick app