/anorm-postgresql

PostgreSQL column type extensions for Play framework's Anorm module.

Primary LanguageScala

anorm-postgresql

PostgreSQL column type extensions for Play framework's Anorm module.

Currently supported:

  • HStore: Map[String, String]
  • Joda Time: DateTime, LocalDate, LocalTime, LocalDateTime
  • LTree: Seq[String]

Future:

  • JSON?
  • PostGIS?

Please see the test cases for example usage.

Pull requests and suggestions are always welcome.