What .Net orms or MicroOrms support async operations and PostgreSql

后端 未结 7 1886
太阳男子
太阳男子 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:30

    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.

提交回复
热议问题