1 个仓库
Object-relational mappers that map .NET objects to PostgreSQL tables with relation-aware joins and query building.
Distinct from Go PostgreSQL ORMs: Distinct from Go PostgreSQL ORMs by targeting the .NET ecosystem
Explore 1 awesome GitHub repository matching data & databases · .NET PostgreSQL ORMs. Refine with filters or upvote what's useful.
Npgsql is a .NET data provider and client library that enables applications to connect, execute queries, and manage data within PostgreSQL databases. It functions as a connection manager and translation layer between the application and the database server. The project features a connection manager capable of multi-host connectivity, providing load balancing and automatic failover across multiple servers. It includes specialized support for high-volume data import and export through bulk data operations and a mapping system that translates complex database types, such as arrays and JSON, into
Translates database tables into native .NET objects through an object-relational mapping system.