Closed benstpierre closed 3 years ago
I noticed postgresql has a money type as well...
@benstpierre That's a good idea. If you submit a Pull Request, I'll review it when I have some time.
It seems that there is a newer better currency api here http://javamoney.github.io/ which has a jsr.
Looking around github it appears Jadira project already supports both JSR354 (javamoney) as well as Joda in their usertype library.
Jadira supports encryption types too. If this is covered by Jadira, then this issue can be closed as there's no reason in reinventing the wheel.
What do you mean by encryption types?
That was Jasypt, not Jadira.
Maybe it would be super useful to implement support for Joda Money?
https://www.joda.org/joda-money/index.html
It seems a lot of people store money incorrectly in databases.