Skip to content

Intercepts SQL queries from Entity Framework Core and shows them in an HTML toolbar within your web app.

License

Notifications You must be signed in to change notification settings

guneysus/EfCoreQueryToolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EfCoreQueryToolbar

Intercepts SQL queries from Entity Framework Core and shows them in an HTML toolbar within your web app.

demo

Compatibility

Any Entity Framework Core version that supports Interceptor should work.

Installation

dotnet add package EfCoreQueryToolbar --version 0.0.1-alpha-gde64f9e45e --source https://www.myget.org/F/guneysu/api/v3/index.json 
builder.Services.AddEfCoreProfilerToolbar();

...

app.UseEfCoreQueryToolbar();

Contribution

Feel free to raise a ticket.

Disclaimer

  • Do not use on Production.

About

Intercepts SQL queries from Entity Framework Core and shows them in an HTML toolbar within your web app.

Topics

Resources

License

Stars

Watchers

Forks