MongoFlow 0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MongoFlow --version 0.1.1                
NuGet\Install-Package MongoFlow -Version 0.1.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MongoFlow" Version="0.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MongoFlow --version 0.1.1                
#r "nuget: MongoFlow, 0.1.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MongoFlow as a Cake Addin
#addin nuget:?package=MongoFlow&version=0.1.1

// Install MongoFlow as a Cake Tool
#tool nuget:?package=MongoFlow&version=0.1.1                

MongoFlow

MongoFlow is a lightweight MongoDB toolkit for .NET Core, built on top of the official MongoDB.Driver. It simplifies database operations with features like Unit of work & Repository pattern, query filters, interceptors, and more.

Features

  • Interceptors
  • Query filters
  • Built-in soft delete & multi-tenant support
  • Unit of work & Repository pattern
  • Transaction support

Installation

To install MongoFlow, add the following package to your project:

dotnet add package MongoFlow

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MongoFlow:

Package Downloads
MongoFlow.Identity

A MongoDB provider for ASP.NET Core Identity that leverages MongoFlow for seamless integration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.6 173 11/11/2024
0.2.5 92 11/11/2024
0.2.4 88 11/10/2024
0.2.3 101 11/10/2024
0.2.2 80 11/10/2024
0.2.1 104 11/9/2024
0.2.0 73 11/9/2024
0.1.4 101 11/7/2024
0.1.3 66 11/7/2024
0.1.2 88 11/6/2024
0.1.1 72 11/6/2024
0.1.1-alpha.2 34 11/6/2024
0.1.1-alpha.1 32 11/6/2024
0.1.1-alpha.0 34 11/6/2024
0.1.1-alpha 67 11/6/2024