lkurzyniec / netcore-boilerplate

Boilerplate of API in .NET 8
GNU General Public License v2.0
473 stars 95 forks source link

Is't possible database first? #18

Closed biapar closed 3 years ago

biapar commented 3 years ago

Is't possible database first?

lkurzyniec commented 3 years ago

It is database first approach. This is why I have HappyCode.NetCoreBoilerplate.Db project, to run modification scripts.

biapar commented 3 years ago

Ok. You mean that we extract the database from staging with scripts and then we use the sql file. With is't the approach if I have a running db and I want to attach it with your template?

lkurzyniec commented 3 years ago

You can do it either manually or automagically.

lkurzyniec commented 3 years ago

I'm assuming that the issue is resolved, question answered, so I'm closing it.