Haskell, mongodb, date
Posted
by
r.sendecky
on Stack Overflow
See other posts from Stack Overflow
or by r.sendecky
Published on 2012-06-28T02:25:50Z
Indexed on
2012/06/28
9:16 UTC
Read the original article
Hit count: 255
How would I insert or auto insert date into mongodb from haskell? What is the best way to convert from mongo date type to haskell data type?
Say, in a situation where I insert blog post records (any haskell web framework) and I want to date stamp every record automatically. How would I go about it? The question is more about type conversion and mongodb date type creation from within haskell driver.
© Stack Overflow or respective owner