root-systems / create-dogstack-app

create a new dogstack app and scaffold files + folders
5 stars 2 forks source link

better error handling around postgres database creation during createApp #13

Open iainkirkpatrick opened 6 years ago

iainkirkpatrick commented 6 years ago

as per #12, currently on createApp we attempt to create a postgres database and run our app migrations. if the database already exists, that is accounted for (but could be better?), but there are likely other errors that should be handled

i.e.