What .Net orms or MicroOrms support async operations and PostgreSql

后端 未结 7 1887
太阳男子
太阳男子 2021-01-18 06:25

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

7条回答
  •  深忆病人
    2021-01-18 06:38

    If you are using .NET 4.5, I wrote a fork of Dapper that adds async methods that internally call ExecuteReaderAsync. It is also available on NuGet. I haven't tested it with Postgresql but if Dapper works with it then my fork should as well.

提交回复
热议问题