NameStyle

slick.additions.NameStyle
See theNameStyle companion object
class NameStyle(val identToDb: String => String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def columnName(name: String): String
def foreignKeyName(tableName: String, name: String): String
def indexName(tableName: String, name: String): String

Concrete fields

val identToDb: String => String