Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bilal-fazlani/tracker-enabled-dbcontext
- Owner: bilal-fazlani
- License: other
- Created: 2013-11-30T18:26:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T13:29:00.000Z (11 months ago)
- Last Synced: 2024-05-29T21:15:21.685Z (7 months 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: 47
- Forks: 109
- Open Issues: 50
-
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
=========================[![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/)