All Projects → bilal-fazlani → Tracker Enabled Dbcontext

bilal-fazlani / Tracker Enabled Dbcontext

Licence: lgpl-3.0
Tracker-enabled DbContext offers you to implement full auditing in your database

Projects that are alternatives of or similar to Tracker Enabled Dbcontext

Entityframework.commontools
Extensions, Auditing, Concurrency Checks, JSON properties and Transaction Logs for EntityFramework and EFCore
Stars: ✭ 82 (-60.95%)
Mutual labels:  entity-framework, auditing
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+5060.95%)
Mutual labels:  entity-framework, database
Entityworker.core
EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework.
Stars: ✭ 91 (-56.67%)
Mutual labels:  entity-framework, database
Entity Framework Code First Succinctly
This is the companion repo for Entity Framework Code First Succinctly by Ricardo Peres. Published by Syncfusion.
Stars: ✭ 18 (-91.43%)
Mutual labels:  entity-framework, database
Pomelo.entityframeworkcore.mysql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
Stars: ✭ 2,099 (+899.52%)
Mutual labels:  entity-framework, database
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-63.81%)
Mutual labels:  database, logging
Efcoreinaction Secondedition
Supporting repo to go with book "Entity Framework Core in Action", second edition
Stars: ✭ 96 (-54.29%)
Mutual labels:  entity-framework, database
Model
Ruby persistence framework with entities and repositories
Stars: ✭ 399 (+90%)
Mutual labels:  entity-framework, database
Entityframeworkcore.cacheable
EntityFrameworkCore second level cache
Stars: ✭ 138 (-34.29%)
Mutual labels:  entity-framework, database
Android Remote Debugger
A library for remote logging, database debugging, shared preferences and network requests
Stars: ✭ 132 (-37.14%)
Mutual labels:  database, logging
Efcore.pg
Entity Framework Core provider for PostgreSQL
Stars: ✭ 838 (+299.05%)
Mutual labels:  entity-framework, database
Laravel Auditing
Record the change log from models in Laravel
Stars: ✭ 2,210 (+952.38%)
Mutual labels:  logging, auditing
Entityframework Reverse Poco Code First Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Stars: ✭ 562 (+167.62%)
Mutual labels:  entity-framework, database
Ef6
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
Stars: ✭ 1,218 (+480%)
Mutual labels:  entity-framework, database
Datasource Proxy
Provide listener framework for JDBC interactions and query executions via proxy.
Stars: ✭ 420 (+100%)
Mutual labels:  database, logging
Filecontextcore
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Stars: ✭ 91 (-56.67%)
Mutual labels:  entity-framework, database
Sapphiredb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Stars: ✭ 326 (+55.24%)
Mutual labels:  entity-framework, database
Commit Watcher
Find interesting and potentially hazardous commits in git projects
Stars: ✭ 345 (+64.29%)
Mutual labels:  database, auditing
Frapper
ASP.NET Core 3.1 Beginners project template with complete Custom User Management and lot's of other useful Features Which Helps you for Rapid Application Development.
Stars: ✭ 129 (-38.57%)
Mutual labels:  entity-framework, database
Devicemanager.api
Web API Framework demonstrates scalable, multitenant, architecture and allows building its own solution in the minutes. Uses: Entity Framework, UnitOfWork, Repository patterns. Wrapped in Docker, Kubernetes
Stars: ✭ 168 (-20%)
Mutual labels:  entity-framework, database

Tracker-enabled DbContext

Join the chat at https://gitter.im/bilal-fazlani/tracker-enabled-dbcontext Build status Nuget NuGet Pre Release

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 Licence.

👉Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].