makkarpov / play-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Scala 100.0%