Click here to Skip to main content
15,886,812 members
Articles / Desktop Programming / WPF

Using the PetaPoco ORM to Manage SQLServer, SQLIte, MySQL and ProgreSQL Databases

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
10 Dec 2020CPOL6 min read 12.8K   340   8  
Simple WPF app that shows how to use PetaPoco library to manage an SQL database
This article presents a simple WPF application which demonstrates how to use the PetaPoco library to manage an SQL database. The application supports the SQLServer, SQLIte, MySQL and ProgreSQL database providers.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
C#/WPF/C++ Windows developer

Comments and Discussions