Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 391 Bytes

File metadata and controls

14 lines (9 loc) · 391 Bytes

Crudify

Crudify is a .NET project designed to ease CRUD (Create, Read, Update, Delete) operations in microservice projects.

Features

  • Provides a simple and consistent API for CRUD operations across multiple microservices.
  • Supports multiple databases and data formats.
  • Includes built-in error handling and logging.
  • Easy to integrate and configure.

Installation

//Todo