scala.slick.profile.SqlProfile
All SQL capabilities
Supports all SqlProfile features which do not have separate capability values
Supports sequences (real or emulated)
Can get current sequence value
Supports cyclic sequences
Supports non-cyclic limited sequences (with a max value)
Supports max value for sequences
Supports min value for sequences