DEV Community

Discussion on: Overcoming The Limitations Of MongoDB C# Driver

Collapse
 
tunaxor profile image
Angel Daniel Munoz Gonzalez • Edited

if you don't mind doing some F# perhaps you'll find this library useful :)
github.com/AngelMunoz/Mondocks
it's a similar approach to the templates with a little bit of F#'s type safety on top but flexible enough to do whatever mongo requires you to do let me know if you have any feedback on it 😁

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

thanks will check it out!

Collapse
 
tunaxor profile image
Angel Daniel Munoz Gonzalez

By the way, I like your work with the entities, I've used them before for some personal stuff, I didn't know about the templates kudos for the great work!

Thread Thread
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

thanks for the feedback. mondocks looks quite interesting too. I just need to brush up on my f# first 😁