Ashwini A. Mutalik Desai
Ashwini A. Mutalik Desai
Currently official postgres driver doesn't support [User defined types](https://www.postgresql.org/docs/9.5/xtypes.html). But [pgjdbc-ng](http://impossibl.github.io/pgjdbc-ng/) does. Norm should support UDT if using that driver
**Problem:** Queries/Commands returning same fields result in generation of data classes with same fields but as different classes. This results in having to write multiple mappers from norm type to...
It is a common practice in claim based authorization approach, to allow or disallow a user from accessing a resource, based on claims available in JWT. I see we have...