Skip to content

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

Open

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions