A LogCallback is defined as an effect taking LogFields as input
Fields passed to callback after each query execution
Default chunk size for queries
Default LogCallback does nothing
Create a LogCallback which logs to a Play framework Logger.
Create a LogCallback which logs to a Play framework Logger.
the Play Framework logger
change this to true
to log SQL statements on success as well
Returns a Play Enumerator which fetches the results of the given Slick query in chunks.
Returns a Play Enumerator which fetches the results of the given Slick query in chunks.
Provide either a session (useful for consistent reads across a larger transaction), or a database with which to create a session. NOTE: closes the transaction on the session regardless of whether it was passed in or created from a database.