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: 4 days ago
JSON representation
Tracker-enabled DbContext offers you to implement full auditing in your database
- Host: GitHub
- URL: https://github.com/bilal-fazlani/tracker-enabled-dbcontext
- Owner: bilal-fazlani
- License: other
- Created: 2013-11-30T18:26:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T13:29:00.000Z (about 1 year ago)
- Last Synced: 2025-04-11T23:19:27.481Z (4 days ago)
- Topics: auditing, c-sharp, database, entity-framework, logging
- Language: C#
- Homepage: https://tracker-enabled-dbcontext.bilal-fazlani.com/
- Size: 54.7 MB
- Stars: 218
- Watchers: 46
- Forks: 111
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - bilal-fazlani/tracker-enabled-dbcontext - Tracker-enabled DbContext offers you to implement full auditing in your database (C\#)
README
Tracker-enabled DbContext
=========================[](https://gitter.im/bilal-fazlani/tracker-enabled-dbcontext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://ci.appveyor.com/project/bilal-fazlani/tracker-enabled-dbcontext)
[](http://www.nuget.org/packages/TrackerEnabledDbContext/)
[](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/)