Skip to content

asulwer/tracker-enabled-dbcontext

 
 

Repository files navigation

Tracker-enabled DbContext

Forked from to support Core 2.0

Core 2.1 support coming soon

This library is built on top of entity framework. It offers a way to implement full auditing in your application. With the help of this library, you can track all of the CRUD operations in your 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 Licence.

Please go through the EF6 wiki for any FAQs

About

Tracker-enabled DbContext offers full auditing on your database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 90.8%
  • HTML 8.9%
  • Other 0.3%