Haskell, mongodb, date
- by r.sendecky
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.