package db
Type Members
- 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
- abstract class LastUpdatedDb extends AnyRef
A db row that has a lastUpdated column