OwenBrotherwood / CompanySandbox

A little exercise for myself to test, for example, Xamarin and LoopBack
0 stars 0 forks source link

create Company DB #10

Open OwenBrotherwood opened 9 years ago

OwenBrotherwood commented 9 years ago

Hmm, examine what DB type Heroko has to offer... Postgres : max 10 rows for free (no limit for columns? :) ?)

Is this where docker kicks in, a full dock with db: I would prefer not to go to the docker just yet

Take a coffee and do something else.

https://devcenter.heroku.com/articles/getting-started-with-nodejs#provision-a-database https://docs.strongloop.com/display/public/LB/Attaching+models+to+data+sources https://docs.strongloop.com/display/public/LB/Connecting+models+to+data+sources https://docs.strongloop.com/display/public/LB/Memory+connector https://docs.strongloop.com/display/public/LB/Memory+connector#Memoryconnector-Datapersistence Probably end with a memory connector, optional datapersistence for testing