What ORM\'s support async operations and postgresql ?
I prefer simple MicroOrms like Dapper and OrmLite because they seems to have great performance and they are rea
Insight.Database has full async support and works with any .NET SqlProvider. I haven't specifically tested it on postgres, but if you post an issue on the github site, I'd gladly incorporate postgres into the test suite.
https://github.com/jonwagner/Insight.Database
EDIT: Insight v3.0 and later supports most databases.