Skip to content

DapperMatic.NET Database DDL Made Simple

C# library and REST API for database schema management across SQL Server, MySQL, PostgreSQL, and SQLite

Choose Your Development Path โ€‹

DapperMatic offers two powerful ways to manage your database schema. Choose the approach that best fits your project:

๐Ÿ› ๏ธ

.NET Library Development

Use DapperMatic directly in your .NET applications for database schema management

  • Best for: Console apps, desktop apps, microservices, custom tooling
  • Package: MJCZone.DapperMatic
  • Usage: Direct IDbConnection extensions
๐ŸŒ

Web API Integration

Add REST endpoints to your ASP.NET Core applications for database management

  • Best for: Web applications, admin panels, database management tools
  • Package: MJCZone.DapperMatic.AspNetCore
  • Usage: HTTP REST API endpoints

Made with โค๏ธ by MJCZone Inc.

Released under the LGPL v3 License