makkarpov / play-utils   0.1

Apache License 2.0 GitHub

A small reusable pieces of code for Play Framework and Slick that will (hopefully) make your life easier.

Scala versions: 2.11

Play Utilities

A small reusable pieces of code for Play Framework and Slick that will (hopefully) make your life easier.

Currently supported features:

  • Plain Enumeration mapped to Ints;
  • BinaryFlags enumeration which is stored in database as Long or Int.
  • CIDRAddress for dealing with subnet prefixes & networks