1
A Generic Table API with Dapper in 80 Lines of C#
用80行C#实现通用表API,基于Dapper支持OData查询参数,快速搭建数据接口。
Sometimes you quickly need a read-only API on top of a PostgreSQL database. No Entity Framework setup. No code generation. No endpoint per table. Just…