Skip to content

Use shape of documents in the Cosmos database to scaffold a schema #30290

@ajcvickers

Description

@ajcvickers

Normal scaffolding of a mode from its schema can't work for a document database (like Azure Cosmos DB NoSQL) since there is no defined schema. However, when the shape of documents stored in a database is reasonably consistent, then it may be possible to infer the model shape from these documents and generate an EF Core model to work with them.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions