Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 725 Bytes

File metadata and controls

12 lines (8 loc) · 725 Bytes

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