Skip to content

schwarper/MyEasySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyEasySQL

MyEasySQL is a lightweight C# library designed to streamline interactions with MySQL databases. It leverages Dapper for efficient data access and provides an intuitive API for performing common operations such as querying, inserting, updating and deleting records. MyEasySQL supports asynchronous operations, providing flexible connection management and optimised query construction for small to large applications.

Nuget

NuGet Badge

Installation

Run dotnet add package MyEasySQL

Features

  • CRUD Operations: Simplified methods for inserting, updating, selecting, and deleting records with optional conditions.
  • Database & Table Management: Create and drop databases and tables with a fluent API.
  • Dapper Integration: Built on Dapper for efficient data access and object mapping.
  • Asynchronous Operations: Perform database operations asynchronously for improved performance.

Example

See MyEasySQLTest for an example.

About

Lightweight C# library designed to streamline interactions with MySQL databases

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages