Lightweight ORM-PetaPoco, ormpetapoco

Source: Internet
Author: User

Lightweight ORM-PetaPoco, ormpetapoco

Almost Product Data access is based on the lightweight ORM-PetaPoco, even the latest version 5.2 is also based on PetaPoco.

Product source: http://www.jinhusns.com/Products/Download

 

Data access is implemented in the Repository mode based on PetaPoco (lightweight ORM. It has the following features:

  • While ensuring performance and flexibility, it minimizes the amount of data access code to improve development efficiency;
  • SQL Server2005 ~ 20 08R2, SQL Server Express2005 ~ 2008R2, SQL Server 2014, and MySql. For compatibility purposes of these databases, refer to [appendix]-> [How to Ensure database compatibility] to create data tables and write SQL scripts.

What problems does Repository solve?

  • Code is not required for adding, deleting, and modifying a single table;
  • No code is required for a single table to obtain objects based on the primary key;
  • Get all data: no code is required (applicable when the data volume is small and the total record is below 1000)
  • Most cache operations are completed in Repository <T>, and no code is required.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.