jkozlowski / kdb-haskell

kdb+ client library in Haskell
MIT License
9 stars 6 forks source link

Add support for remaining types. #8

Open jkozlowski opened 9 years ago

jkozlowski commented 9 years ago

I am aware of at least these:

joshmyzie2 commented 9 years ago

I use UUIDs for transaction ids in my trading applications, so added support for the Guid kdb type using the haskell uuid package:

https://gist.github.com/joshmyzie2/ae2969fdbc78020fb8bb

Note that this will probably only apply against the bytestring builder pull request https://github.com/jkozlowski/kdb-haskell/pull/15

jkozlowski commented 9 years ago

Thanks. I'll fix the build, apply the other PR and then this. If you would like to send a PR with a test that would be great as well.