DEV Community

Discussion on: What are you glad you no longer use?

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

I've been investigating neo4j lately. I like the query language and I do feel like it's a better alternative database than mongo for doing highly relational apps. however I'm holding off until there's gonna be a driver that doesn't require me to write my queries as strings. I'm too addicted to the strong typing and linq support I get from c#.

Collapse
 
maartz profile image
Maartz

Yeah linq style is hot!
I do like how Ecto's use this style to query DBs in Elixir this way.
Not fond of C# but definitely of linq style.