Source | Badges |
---|---|
Code Quality |
|
Stats For PostgreSQL |
|
Stats For Sql Server |
|
Stats For Core |
|
Stats For EF-Core |
|
License |
|
CI |
|
Languages |
|
Github Activity |
|
Issue Tracking |
This repo provides easily management hook operations of for dotnet application.
- PostgreSql
- Sql Server
- MariaDb
- MySql
- SQLite
- Mongo
Install IronHook.EntityFramework.PostgreSql
from Nuget Package
Initalize Startup
configuration.
services.AddIronHook(options =>
{
options.UseNpgsql(
Configuration.GetConnectionString("{YOUR_CONNECTION_STRING}"),
opts => opts.UseIronHookNpgsqlMigrations()
);
});
after
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.MigrateIronHook();
// ...
}
Now you can start hook operations.
Visit Wiki page for documentation.
Visit Live Demo for sample project.
Thanks goes to these wonderful people (emoji key):
Furkan Güngör 🚇 |
Ferhat Özlü 🚇 |
Sercan Üste 📖 🎨 💡 |
Enis Necipoglu 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!