Packages

package db

Type Members

  1. abstract class DbRowAutoInc[T] extends AnyRef

    This is meant to be coupled with CRUDAutoInc and TableAutoInc to allow for automatically incrementing an id when inserting something into a database.

    This is meant to be coupled with CRUDAutoInc and TableAutoInc to allow for automatically incrementing an id when inserting something into a database. This removes the boiler boiler plate from this having to happen every where a CRUD is created

  2. abstract class LastUpdatedDb extends AnyRef

    A db row that has a lastUpdated column

Ungrouped