{"id":13409555,"url":"https://github.com/ErikEJ/EFCorePowerTools","last_synced_at":"2025-03-14T15:30:22.850Z","repository":{"id":37448301,"uuid":"131473375","full_name":"ErikEJ/EFCorePowerTools","owner":"ErikEJ","description":"Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio \u0026 CLI","archived":false,"fork":false,"pushed_at":"2024-10-28T10:33:36.000Z","size":3228866,"stargazers_count":2170,"open_issues_count":6,"forks_count":297,"subscribers_count":55,"default_branch":"master","last_synced_at":"2024-10-29T15:28:18.346Z","etag":null,"topics":["dbcontext","dotnet","entity-framework","entity-framework-core","hacktoberfest","model-visualization","sql-server","visual-studio","visual-studio-extension"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ErikEJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ErikEJ"}},"created_at":"2018-04-29T07:04:03.000Z","updated_at":"2024-10-29T07:39:22.000Z","dependencies_parsed_at":"2023-10-16T04:34:22.448Z","dependency_job_id":"a15e5246-efeb-4423-aac5-6e2174ac5484","html_url":"https://github.com/ErikEJ/EFCorePowerTools","commit_stats":{"total_commits":1423,"total_committers":39,"mean_commits":36.48717948717949,"dds":0.4553759662684469,"last_synced_commit":"f8cefd4c0a152acaeb3a068d0cb0e0ead9244c8d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikEJ%2FEFCorePowerTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikEJ%2FEFCorePowerTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikEJ%2FEFCorePowerTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikEJ%2FEFCorePowerTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErikEJ","download_url":"https://codeload.github.com/ErikEJ/EFCorePowerTools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243600431,"owners_count":20317275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbcontext","dotnet","entity-framework","entity-framework-core","hacktoberfest","model-visualization","sql-server","visual-studio","visual-studio-extension"],"created_at":"2024-07-30T20:01:01.910Z","updated_at":"2025-03-14T15:30:22.844Z","avatar_url":"https://github.com/ErikEJ.png","language":"C#","readme":"# EF Core Power Tools\n\nReverse engineering and model visualization tools for EF Core in Visual Studio 2022 - and reverse engineering from command line.\n\nAims to lower the bar for getting started with EF Core, by providing GUI based assistance with reverse engineering of an existing database and visualizing your DbContext model.\n\n[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/ErikEJ.EFCorePowerTools)](https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerTools\u0026ssr=false#review-details)\n[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/i/ErikEJ.EFCorePowerTools)](https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerTools\u0026ssr=false#review-details)\n[![Twitter Follow](https://img.shields.io/twitter/follow/ErikEJ.svg?style=social\u0026label=Follow)](https://twitter.com/ErikEJ) \n\n[Reverse Engineering Wizard (beta)](https://github.com/ErikEJ/EFCorePowerTools/issues/2626#issue-2664318817) \u003cimg src=\"img/new.png\" width=\"75\"/\u003e\n\n[Quick Start and 10 minute intro video](https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering-Quick-Start)\n\n[Demo video - Introduction](https://youtu.be/uph-AGyOd8c)\n\n[Demo video - Advanced features](https://youtu.be/3-Izu_qLDqY)\n\n[EF Core Power Tools presentation](https://erikej.github.io/EFCorePowerTools/index.html)\n\n[My tools and utilities for embedded database development](https://erikej.github.io/SqlCeToolbox/)\n\nThe tool and GitHub based support is free, but I would be very grateful for a [rating or review here](https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerTools\u0026ssr=false#review-details), and I also appreciate [sponsorships](https://github.com/sponsors/ErikEJ)\n\n# Documentation\n\n[Reverse Engineering Quick Start](https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering-Quick-Start)\n\n[User guide](https://github.com/ErikEJ/EFCorePowerTools/wiki)\n\n[Release notes](https://github.com/ErikEJ/EFCorePowerTools/wiki/Release-notes)\n\n# Downloads/builds\n\n## Requirements \n\n.NET Framework 4.8 or later is required. For EF Core reverse engineering, the .NET 6.0 or .NET 8.0 x64 runtime must be installed.\n\n## Release\n\nDownload the latest version of the Visual Studio extension from [Visual Studio MarketPlace](https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerTools)\n\nOr simply install from the Extensions dialog in Visual Studio.\n\nI have also published [EF Core Power Pack](https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerPack) which includes some helpful DDEX providers as well as EF Core Power Tools.\n\n## Daily build\n\nYou can download the daily build from [Open VSIX Gallery](https://www.vsixgallery.com/extension/f4c4712c-ceae-4803-8e52-0e2049d5de9f)\n\nEnsure you always have the latest daily build (if you are brave) by installing [this extension](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.VSIXGallery-nightlybuilds)\n\n## EF Core Power Tools CLI - efcpt\n\nIf you do not use Visual Studio, but for example Visual Studio Code, a cross platform dotnet tool for reverse engineering is available, more information [here](https://github.com/ErikEJ/EFCorePowerTools/blob/master/src/Core/efcpt.8/readme.md)\n\n## Related NuGet packages\n\n[ErikEJ.EntityFrameworkCore.DgmlBuilder](https://github.com/ErikEJ/EFCorePowerTools/blob/master/src/Nupkg/ErikEJ.EntityFrameworkCore.DgmlBuilder/readme.md)\n\nAdds the AsDgml() extension method to any derived DbContext. The method will create a DGML graph of your DbContext Model, that you can then view in the Visual Studio DGML viewer\n\n[ErikEJ.EntityFrameworkCore.SqlServer.Dacpac](https://github.com/ErikEJ/EFCorePowerTools/blob/master/src/Nupkg/ErikEJ.EntityFrameworkCore.SqlServer.Dacpac/readme.md)\n\nReverse engineer a SQL Server .dacpac with the EF Core tooling\n\n[ErikEJ.EntityFrameworkCore.SqlServer.SqlQuery](https://github.com/ErikEJ/EFCorePowerTools/blob/master/src/Nupkg/ErikEJ.EntityFrameworkCore.6.SqlServer.SqlQuery/readme.md)\n\nMaterialize arbitrary classes and scalar values from EF Core using raw SQL\n\n# How do I contribute\n\nIf you encounter a bug or have a feature request, please use the [Issue Tracker](https://github.com/ErikEJ/EFCorePowerTools/issues/new). The project is also open for pull requests following [standard pull request guidelines](https://github.com/dotnet/aspnetcore/blob/master/CONTRIBUTING.md)\n\n# Building and debugging\n\nTo build and debug, run latest version of Visual Studio as Administrator with the \"Visual Studio extension development workload\" installed. Make EFCorePowerTools the startup project, and ensure your build configuration is Debug, AnyCPU.\n\nYou can smoke test changes to reverse engineering. Launch one of the efreveng console apps in the debugger using the name of a file in the TestFiles folder as parameter.\n\nIn the ScaffoldingTester solution there are scripts to populate Northwind and Chinook databases with the required objects.\n\n# Sponsors\n\nA massive thanks to [AWS](https://github.com/aws), who sponsors EFCorePowerTools from January 2024 via the [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss).\n\n\u003cdiv style=\"display:inline\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/ErikEJ/EFCorePowerTools/master/img/aws-logo-small.png\" width=\"200\" height=\"200\"/\u003e\n\u003c/div\u003e\n\nAnd a huge thanks to everyone who sponsors this project through [Github sponsors](https://github.com/sponsors/ErikEJ).\n","funding_links":["https://github.com/sponsors/ErikEJ"],"categories":["Structure","Frameworks, Libraries and Tools","C\\#","EF Core","Libraries, Frameworks and Tools","SQL Server Web Resources","hacktoberfest","框架, 库和工具","C#"],"sub_categories":["Database Tools and Utilities","📦 Libraries","数据库工具库"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FErikEJ%2FEFCorePowerTools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FErikEJ%2FEFCorePowerTools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FErikEJ%2FEFCorePowerTools/lists"}