vibe.d PaaS

llaine via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 15 01:57:33 PDT 2016


On Wednesday, 14 September 2016 at 16:08:36 UTC, wobbles wrote:
> On Wednesday, 14 September 2016 at 16:03:50 UTC, Guillaume I've 
> had success connecting vibe-d and heroku hosted postgresql dbs 
> too :)


It's actually quite easy, create a DB on Heroku, grab the 
credentials and pass them in your connection object.

Example --> 
https://github.com/llaine/benchmarks/blob/master/vibed/source/app.d#L41


More information about the Digitalmars-d-learn mailing list