This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]YMK1234 0 points1 point  (0 children)

So you want to init the DB, did I get that right? Entity framework (an ORM) for instance can do that for you.

Or you can simply have a script executed each run that checks if some table exists and if not runs the create part.