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