Found 5 packages
Npgsql.ADO.Net.DataEntity is the common library to do the CRUD operations, by using the library you can perform the INSERT, UPDATE, DELETE, SELECT, etc. You can get the data tables from just a 1 line code.
LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the Dynamic Query Engine for PostgreSql. This package has an indirect dependency on Npgsql, the ADO.NET provider for PostgreSql, and it has to be present on the system at runtime. For .NET 4.5.2 and up it's not necessary to reference the ADO.NET provider directly in your project. For .NET Standard 2.0 and up, you have to reference the Npgsql package as well. See the LLBLGen Pro Runtime Framework documentation for details.
Advanced library for PostgreSQL persistence with Entity Framework Core integration. Includes repositories, context management, ADO.NET support, advanced error handling, and enterprise-ready data access patterns for PostgreSQL databases.
基于FluentData扩展重写,提供高效的性能与风格简洁的API,支持多种主流数据库访问。 当前市面上的 ORM 框架,如 Entity Framework 和 NHibernate,都过于复杂而且难于学习。此外,由于这些框架自身抽象的查询语言以及从数据库到 .NET 对象的映射太过麻烦,导致它们生成的 SQL 都很低效。 FFW.Data是一个轻量级框架,采用函数式编程风格以及简单的 API 并且很容易学会。与其他微型 ORM(如 Dapper 和 Massive)类似关注性能和易用性。它允许开发人员拥有对 SQL 较多的控制,而不是完全依赖 ORM 进行自动生成。它不仅可以使用 SQL 来执行查询、增添和更新操作,还可以支持使用存储过程和事务。可以在不改动已有结构的情况下,与任何业务对象一同工作。 以下是 FFW.Data 的一些其他特性: · 多结果集(Multiple Result Set):在一次数据库操作下返回多个数据集; · 开发人员可使用强类型对象或动态对象; · 可为创建时需要特殊处理的复杂对象自定义实体工厂(Custom Entity Factory); · 具有添加其他数据库支持的能力。 数据库支持列表: MS SQL Server using the native .NET driver. MS SQL Azure using the native .NET driver. MS Access using the native .NET driver. MS SQL Server Compact 4.0 driver. Oracle through the ODP.NET driver. MySQL through the MySQL Connector .NET driver. SQLite through the SQLite ADO.NET Data Provider. PostgreSql through the Npgsql provider. IBM DB2 through the IBM DB2 .NET driver Sybase through the Sybase provider. 帮助文档: http://www.cnblogs.com/MuNet/p/5740833.html