11 packages tagged with “database-first”
Multi-dialect sql builder with advanced mapping and custom extensions for Database-First applications. SharpSqlBuilder takes your models and maps them to SQL text queries.
Package Description
The right tool for Database First Migrations. The DatabaseMigration class executes SQL scripts in a certain location accordingly to their file name order one by one just like migrations would be executed on a CodeFirst solution.So it is a Database First automatic migrations solution.
Enterprise-grade MSBuild integration for EF Core Power Tools CLI. Automate database-first EF Core model generation as part of your build pipeline. Zero manual steps, full CI/CD support, reproducible builds. Automatically builds your SQL Server Database Project (.sqlproj) to a DACPAC, runs efcpt, and generates DbContext and entity classes during dotnet build.
MSBuild SDK for EF Core Power Tools CLI integration. Use as a project SDK for the simplest setup: <Project Sdk="JD.Efcpt.Sdk/1.0.0">. Automate database-first EF Core model generation as part of your build pipeline with zero configuration.
Templates for creating projects that use JD.Efcpt.Sdk to automatically generate EF Core models from database projects. Use 'dotnet new efcptbuild' to create a new SDK-based project, or select "EF Core Power Tools SDK Project" in Visual Studio's File > New Project dialog.