Hacker News new | past | comments | ask | show | jobs | submit login

That looks fantastic. No magic mumbo jumbo mapping, just a simple type safe sql. Both syntax safety (no need to remember which of WHERE and HAVING comes first) and type safety on all fields. It's not advertised in the examples on the front page but i also take for granted sql injections are completely impossible since all data goes into functions and are not string formatted, without the mess of having to remember the order of arguments as with prepared statements.

Anyone got tips on similar frameworks for other languages than java and for other dbs.




Dapper for C# made by StackOverflow team

https://github.com/StackExchange/Dapper




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: