ORMs aren't really compatible with functional prog...
# arrow
b
ORMs aren't really compatible with functional programming, if you're referring to the property where modifying fields "automagically" persists the object to the database
t
Thanks for replying. Well, I'm looking for something wayyy simpler than hibernate, I just want to be able to fetch and save data to a DB. So far I've tried using Ktorm and I've looked into Exposed. I googled about Kmongo, and I think I'm going to try that next.