Mongo Db
Description
Important Concepts
Configuration in DI (where to add)
// Infrastructure (example)
services.AddFlexMongoDocumentStore<InvoiceDocument>(
configuration,
collectionName: "Invoices");appsettings.json
Examples (from the generated templates)
Handler example (Create)
Query example (Get-by-id)
Query example (Simple list)
Provider-specific considerations
Last updated