Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.69 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.69 KB

Website Made with

Publish Nuget Github Package Publish Nuget Package

GitHub forks GitHub stars GitHub watchers GitHub followers

GitHub GitHub repo size in bytes GitHub code size in bytes

EzMongoDb

introduce

Easily usable MongoDb

Implemented by C# .NET 8

nuget

https://www.nuget.org/packages/EzMongoDb/

version history

v1.0.6

upgrade to dotnet 9. update using packages.

v1.0.5

private to public Collection in MongoDbUtil.

v1.0.4

In the UpsertAsync function, modify it to call createAction when CreateAsync succeeds.

v1.0.3

Use .NET 8

v1.0.2

Added Remove by string id method.

v1.0.1

Added GenerateId method.

v1.0.0

First Release