Heinnge
Heinnge

Reputation: 858

add-in or tool to generate a DB Schema out of Entity framework edmx files?

i have been using NHibernate in TDD environment and found it very helpful to be able to generate schema out of mapping file etc... And now i'm thinking of going with Entity Framework for next project. So just wonder if there is any equivalent library or tools for EF to generate DB schema etc?

Upvotes: 0

Views: 180

Answers (1)

gSpotTornado
gSpotTornado

Reputation: 336

Yes you can. Have a look at this model first document.

Upvotes: 1

Related Questions