Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bilal-fazlani/tracker-enabled-dbcontext

Tracker-enabled DbContext offers you to implement full auditing in your database
https://github.com/bilal-fazlani/tracker-enabled-dbcontext

auditing c-sharp database entity-framework logging

Last synced: about 2 months ago
JSON representation

Tracker-enabled DbContext offers you to implement full auditing in your database

Awesome Lists containing this project

README

        

Tracker-enabled DbContext
=========================

[![Join the chat at https://gitter.im/bilal-fazlani/tracker-enabled-dbcontext](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bilal-fazlani/tracker-enabled-dbcontext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build status](https://ci.appveyor.com/api/projects/status/v2b8ng3pcd3gy6wv?svg=true)](https://ci.appveyor.com/project/bilal-fazlani/tracker-enabled-dbcontext)
[![Nuget](https://img.shields.io/nuget/dt/trackerenableddbcontext.svg)](http://www.nuget.org/packages/TrackerEnabledDbContext/)
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/TrackerEnabledDbContext.svg)](http://www.nuget.org/packages/TrackerEnabledDbContext/)

This library is built on top of entity framework. If offers you to implement full auditing in your application. With the help of this library, we can track all the CRUD operations on database including table names, column names, what was the old value, what's the new value, who changed it, when did it get changed, etc.

It comes with an ***[GNU Lesser General Public License v3.0](./LICENSE.md)*** Licence.

👉[Documentation](https://tracker-enabled-dbcontext.bilal-fazlani.com/)