In the EF tutorials described the work with Model-First approach in the following way:
- create the model
- generate database sql from model
- launch generated sql via studio
But how it could be delivered to the customers? The database must be created on customers side automatically on program launch and it must be deleted when the customer select some menu action. How above behavior could be implemented via EF?