We do not know about such an instrument. However, you can write your own console application, which will:
1. Create an ObjectContext.
2. Download the metadata from the .edmx file.
3. Create a DDL script using the CreateDatabaseScript () method.
4. Save this script to a file.
source share